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

Common base for step class. Represents one step (level) in pseudo-XML structure exposed by XPathObjectNavigator

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

Syntax

C#
protected abstract class Step : ICloneable<XPathObjectNavigator..::..Step>
Visual Basic
Protected MustInherit Class Step _
	Implements ICloneable(Of XPathObjectNavigator..::..Step)
Visual C++
protected ref class Step abstract : ICloneable<XPathObjectNavigator..::..Step^>
F#
[<AbstractClassAttribute>]
type Step =  
    class
        interface ICloneable<XPathObjectNavigator..::..Step>
    end
JScript
protected abstract class Step implements ICloneable<XPathObjectNavigator..::..Step>

Remarks

You should not create own derived classes from XPathObjectNavigator..::..Step unless you are going to create own XPathObjectNavigator-derived class

Inheritance Hierarchy

See Also