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 クラスのインスタンス。

実装

適用対象