Gets the value of the attribute with the specified index.
[Visual Basic] Overloads Overrides Public Function GetAttribute( _ ByVal i As Integer _ ) As String [C#] public override string GetAttribute( int i ); [C++] public: override String* GetAttribute( int i ); [JScript] public override function GetAttribute( i : int ) : String;
The value of the specified attribute.
Exception Type | Condition |
---|---|
IndexOutOfRangeException | The i parameter is less than 0 or greater than or equal to AttributeCount. |
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace | DataDocumentNavigator.GetAttribute Overload List