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

Sequence of steps alwas starting with XPathObjectNavigator..::..RootStep and always ahving at least 1 item. This sequence determines current position of XPathObjectNavigator.

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

Syntax

C#
protected List<XPathObjectNavigator..::..Step> Location { get; }
Visual Basic
Protected ReadOnly Property Location As List(Of XPathObjectNavigator..::..Step)
	Get
Visual C++
protected:
property List<XPathObjectNavigator..::..Step^>^ Location {
	List<XPathObjectNavigator..::..Step^>^ get ();
}
F#
member Location : List<XPathObjectNavigator..::..Step>
JScript
function get Location () : List<XPathObjectNavigator..::..Step>

Return Value

Steps in child or attribute axes from root needed to reproduce navigation

Remarks

Avoind clearing this collection and puting anything other than XPathObjectNavigator..::..RootStep at first index. Consider carefully changing value of items.

See Also