XmlQueryNodeSequence.IList<XPathItem>.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the item at the specified index.
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
Parameters
Property Value
An instance of the XPathItem class.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.