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 클래스의 인스턴스입니다.

구현

적용 대상