[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.2.0

Syntax

C#
protected List<XPathObjectNavigator..::.Step> Location { get; }
Visual Basic (Declaration)
Protected ReadOnly Property Location As List(Of XPathObjectNavigator..::.Step)
Visual C++
protected:
property List<XPathObjectNavigator..::.Step^>^ Location {
	List<XPathObjectNavigator..::.Step^>^ get ();
}
J#
/** @property */
protected List<XPathObjectNavigator..::.Step> get_Location()
JScript
protected 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