XmlQueryNodeSequence.IList<XPathItem>.Insert(Int32, XPathItem) Metoda

Definice

Vyvolá NotSupportedException výjimku.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

 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

Parametry

index
Int32

Hodnota typu int .

value
XPathItem

Instance třídy XPathItem

Implementuje

Platí pro