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 クラスのインスタンス。

実装

適用対象