FastInfoset.NET Class Reference for .NET
MoveToFirstAttribute Method (XmlFastInfosetReader)






Moves to the first attribute.
Syntax
'Declaration
 
Public Overrides NotOverridable Function MoveToFirstAttribute() As System.Boolean
'Usage
 
Dim instance As XmlFastInfosetReader
Dim value As System.Boolean
 
value = instance.MoveToFirstAttribute()
public override System.bool MoveToFirstAttribute()
public function MoveToFirstAttribute(): System.Boolean; override; 
public override function MoveToFirstAttribute() : System.boolean;
public: System.bool MoveToFirstAttribute(); override 
public:
System.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).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Base Implementation in MoveToFirstAttribute

Send Feedback