XmlQueryNodeSequence.IList<XPathItem>.Insert(Int32, XPathItem) 方法

定义

引发 NotSupportedException 异常。Throws the NotSupportedException exception.

此 API 支持产品基础结构,不能在代码中直接使用。

 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

参数

index
Int32

一个 int 类型的值。A value of type int.

value
XPathItem

XPathItem 类的实例。An instance of the XPathItem class.

实现

适用于