IXDLSContentReader
NodeType Property
|
Gets the type of the node.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
XmlNodeType NodeType { get; }
ReadOnly Property NodeType As XmlNodeType
Get
property XmlNodeType NodeType {
XmlNodeType get ();
}
abstract NodeType : XmlNodeType with get
Property Value
Type:
XmlNodeType
The type of the node.
See Also