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 類別的執行個體。

實作

適用於