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

定义

引发 NotSupportedException 异常。

此 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 类型的值。

value
XPathItem

XPathItem 类的实例。

实现

适用于