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

Reprecents object associated with this step

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

Syntax

C#
public readonly Object Object
Visual Basic
Public ReadOnly Object As Object
Visual C++
public:
initonly Object^ Object
F#
val Object: Object
JScript
public final var Object : Object

Remarks

Step typeContent of this field
XPathObjectNavigator..::..RootStepObject value for this step
XPathObjectNavigator..::..PropertyStepObject on which the property getter will be invoked
XPathObjectNavigator..::..EnumerableStepIEnumerable on which the GetEnumerator will be invoked in order to get IEnumerator
XPathObjectNavigator..::..SpecialStepObject which's pseudo-propertties will be get
XPathObjectNavigator..::..SelfStepObject which's value will be returned

See Also