Moves to the first attribute.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overrides NotOverridable Function MoveToFirstAttribute() As Boolean |
| C# | |
|---|
public override bool MoveToFirstAttribute() |
| Delphi | |
|---|
public function MoveToFirstAttribute(): Boolean; override; |
| JScript | |
|---|
public override function MoveToFirstAttribute() : boolean; |
| Managed Extensions for C++ | |
|---|
public: bool MoveToFirstAttribute(); override |
| C++/CLI | |
|---|
public:
bool MoveToFirstAttribute(); override |
Return Value
true if an attribute exists (the reader moves to the first attribute); otherwise,
false (the position of the reader does not change).
See Also