Condividi tramite


XmlQueryNodeSequence.IList<XPathItem>.Item[Int32] Proprietà

Definizione

Restituisce l'elemento corrispondente all'indice specificato.

property System::Xml::XPath::XPathItem ^ System::Collections::Generic::IList<System::Xml::XPath::XPathItem>::Item[int] { System::Xml::XPath::XPathItem ^ get(int index); void set(int index, System::Xml::XPath::XPathItem ^ value); };
System.Xml.XPath.XPathItem System.Collections.Generic.IList<System.Xml.XPath.XPathItem>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<System.Xml.XPath.XPathItem>.Item(int) : System.Xml.XPath.XPathItem with get, set
 Property Item(index As Integer) As XPathItem Implements IList(Of XPathItem).Item

Parametri

index
Int32

Valore di tipo Int32.

Valore della proprietà

Istanza della classe XPathItem.

Implementazioni

Si applica a