XmlQueryNodeSequence.IList<XPathItem>.Insert(Int32, XPathItem) Método

Definición

Produce la excepción NotSupportedException.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

 virtual void System.Collections.Generic.IList<System.Xml.XPath.XPathItem>.Insert(int index, System::Xml::XPath::XPathItem ^ value) = System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^>::Insert;
void IList<XPathItem>.Insert (int index, System.Xml.XPath.XPathItem value);
abstract member System.Collections.Generic.IList<System.Xml.XPath.XPathItem>.Insert : int * System.Xml.XPath.XPathItem -> unit
override this.System.Collections.Generic.IList<System.Xml.XPath.XPathItem>.Insert : int * System.Xml.XPath.XPathItem -> unit
Sub Insert (index As Integer, value As XPathItem) Implements IList(Of XPathItem).Insert

Parámetros

index
Int32

Valor de tipo int.

value
XPathItem

Instancia de la clase XPathItem.

Implementaciones

Se aplica a