FastInfoset.NET Class Reference for .NET
Item Property (XmlFastInfosetReader)






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
'Declaration
 
Public Overrides NotOverridable ReadOnly Default Property Item( _
   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.Item(i)
public override System.string this[ 
   System.int i
]; {get;}
public  this: : System.String;[ 
    i: System.Integer
];override;  read-only
public override  this[ 
   i : System.int
] get : System.String
public: __property System.string* get_Item   System.int i
 override;
public:
property System.String^ default [int] override {
   System.String^ get(System.int i) override;
}

Parameters

i

Property Value

The value of the specified attribute.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
Base Implementation in Item

Send Feedback