Moves to the next attribute.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overrides NotOverridable Function MoveToNextAttribute() As Boolean |
| C# | |
|---|
public override bool MoveToNextAttribute() |
| Delphi | |
|---|
public function MoveToNextAttribute(): Boolean; override; |
| JScript | |
|---|
public override function MoveToNextAttribute() : boolean; |
| Managed Extensions for C++ | |
|---|
public: bool MoveToNextAttribute(); override |
| C++/CLI | |
|---|
public:
bool MoveToNextAttribute(); override |
Return Value
true if there is a next attribute;
false if there are no more attributes.
See Also