XmlQueryNodeSequence.IList<XPathItem>.Item[Int32] 屬性

定義

傳回在指定索引處的項目。

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

參數

index
Int32

型別 Int32 的值。

屬性值

XPathItem

XPathItem 類別的執行個體。

實作

適用於