DelegatingXmlReader.Item Property (int)DelegatingXmlReader.Item Property (Integer)DelegatingXmlReader::Item Property (int)

Gets the value of the attribute with the specified index.

Syntax

Public Overrides ReadOnly Property Item As String (    i As Integer _
)
        Get
public override string  this [    int i
] { get; }
public:
virtual property String^ Item {
    String^ get();
}
 

Parameters

i

Type: System.Int32System.Int32System::Int32

The index of the attribute.

Property Value

Type: System.StringSystem.StringSystem::String^

The value of the specified attribute. If the attribute is not found, null a null reference (Nothing in Visual Basic) nullptr is returned.