Moves to the element that contains the current attribute node.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overrides NotOverridable Function MoveToElement() As Boolean |
| C# | |
|---|
public override bool MoveToElement() |
| Delphi | |
|---|
public function MoveToElement(): Boolean; override; |
| JScript | |
|---|
public override function MoveToElement() : boolean; |
| Managed Extensions for C++ | |
|---|
public: bool MoveToElement(); override |
| C++/CLI | |
|---|
public:
bool MoveToElement(); override |
Return Value
true if the reader is positioned on an attribute (the reader moves to the element that owns the attribute);
false if the reader is not positioned on an attribute (the position of the reader does not change).
See Also