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

Gets or sets actual current step

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

Syntax

C#
protected XPathObjectNavigator..::..Step CurrentStep { get; set; }
Visual Basic
Protected Property CurrentStep As XPathObjectNavigator..::..Step
	Get
	Set
Visual C++
protected:
property XPathObjectNavigator..::..Step^ CurrentStep {
	XPathObjectNavigator..::..Step^ get ();
	void set (XPathObjectNavigator..::..Step^ value);
}
F#
member CurrentStep : XPathObjectNavigator..::..Step with get, set
JScript
function get CurrentStep () : XPathObjectNavigator..::..Step
function set CurrentStep (value : XPathObjectNavigator..::..Step)

Field Value

Setting value of CurrentStep replaces actual current step by another one - so, it changes position of XPathObjectNavigator inside parent of current step

Remarks

See for definition of current step

See Also