FastInfoset.NET Class Reference for .NET
MoveToAttribute(Int32) Method






The index of the attribute.
Moves to the attribute specified by the index.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub MoveToAttribute( _
   ByVal i As System.Integer _
) 
'Usage
 
Dim instance As XmlFastInfosetReader
Dim i As System.Integer
 
instance.MoveToAttribute(i)
public override void MoveToAttribute( 
   System.int i
)
public procedure MoveToAttribute( 
    i: System.Integer
); override; 
public override function MoveToAttribute( 
   i : System.int
);
public: void MoveToAttribute( 
   System.int i
) override 
public:
void MoveToAttribute( 
   System.int i
) override 

Parameters

i
The index of the attribute.
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
Overload List
Base Implementation in MoveToAttribute(Int32)

Send Feedback