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






Moves to the next attribute.
Syntax
'Declaration
 
Public Overrides NotOverridable Function MoveToNextAttribute() As System.Boolean
'Usage
 
Dim instance As XmlFastInfosetReader
Dim value As System.Boolean
 
value = instance.MoveToNextAttribute()
public override System.bool MoveToNextAttribute()
public function MoveToNextAttribute(): System.Boolean; override; 
public override function MoveToNextAttribute() : System.boolean;
public: System.bool MoveToNextAttribute(); override 
public:
System.bool MoveToNextAttribute(); override 

Return Value

true if there is a next attribute; false if there are no more attributes.
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 MoveToNextAttribute

Send Feedback