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






The index of the attribute.
Gets the value of an attribute.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Function GetAttribute( _
   ByVal i As System.Integer _
) As System.String
'Usage
 
Dim instance As XmlFastInfosetReader
Dim i As System.Integer
Dim value As System.String
 
value = instance.GetAttribute(i)
public override System.string GetAttribute( 
   System.int i
)
public function GetAttribute( 
    i: System.Integer
): System.String; override; 
public override function GetAttribute( 
   i : System.int
) : System.String;
public: System.string* GetAttribute( 
   System.int i
) override 
public:
System.String^ GetAttribute( 
   System.int i
) override 

Parameters

i
The index of the attribute.

Return Value

The value of the specified 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 GetAttribute(Int32)

Send Feedback