Gets the value of the attribute specified by the index. In C#, this property is the indexer for the
XmlFastInfosetReader class.
Gets the value of the attribute. In C#, this property is the indexer for the XmlFastInfosetReader class.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overrides NotOverridable ReadOnly Default Property Item( _
ByVal i As Integer _
) As String |
| JScript | |
|---|
public override this(
i : int
) get : String |
| Managed Extensions for C++ | |
|---|
public: __property string* get_Item(
int i
) override; |
Parameters
- i
Property Value
The value of the specified attribute.The value of the specified attribute.
See Also