[This is preliminary documentation and is subject to change.]

Gets the XPathNodeType of the current node.

Namespace: Tools.XmlT.XPathT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public override XPathNodeType NodeType { get; }
Visual Basic
Public Overrides ReadOnly Property NodeType As XPathNodeType
	Get
Visual C++
public:
virtual property XPathNodeType NodeType {
	XPathNodeType get () override;
}
F#
abstract NodeType : XPathNodeType
override NodeType : XPathNodeType
JScript
override function get NodeType () : XPathNodeType

Return Value

One of the XPathNodeType values representing the current node.

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionCurrentStep.StepClass is not member of XPathObjectNavigator..::..Step..::..StepClasses. This can happne only in derived class when inheritor have created own types of steps buth naven't overrided this property.

See Also