Reads the attribute value.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overrides NotOverridable Function ReadAttributeValue() As Boolean |
| C# | |
|---|
public override bool ReadAttributeValue() |
| Delphi | |
|---|
public function ReadAttributeValue(): Boolean; override; |
| JScript | |
|---|
public override function ReadAttributeValue() : boolean; |
| Managed Extensions for C++ | |
|---|
public: bool ReadAttributeValue(); override |
| C++/CLI | |
|---|
public:
bool ReadAttributeValue(); override |
Return Value
true if there are nodes to return.
false if the reader is not positioned on an attribute node when the initial call is made or if all the attribute values have been read.
See Also