[This is preliminary documentation and is subject to change.]
When overridden in a derived class, moves the
XPathObjectNavigator to the first attribute of the current node.
Namespace: Tools.XmlT.XPathTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public override bool MoveToFirstAttribute() |
| Visual Basic |
|---|
Public Overrides Function MoveToFirstAttribute As Boolean |
| Visual C++ |
|---|
public:
virtual bool MoveToFirstAttribute() override |
| F# |
|---|
abstract MoveToFirstAttribute : unit -> bool
override MoveToFirstAttribute : unit -> bool |
| JScript |
|---|
public override function MoveToFirstAttribute() : boolean |
Return Value
Returns true if the
XPathObjectNavigator is successful moving to the first attribute of the current node; otherwise, false. If false, the position of the
XPathObjectNavigator is unchanged.
Remarks
See Also