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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.