XmlQueryNodeSequence.IList<XPathItem>.RemoveAt(Int32) メソッド

定義

NotSupportedException 例外をスローします。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

 virtual void System.Collections.Generic.IList<System.Xml.XPath.XPathItem>.RemoveAt(int index) = System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^>::RemoveAt;
void IList<XPathItem>.RemoveAt (int index);
abstract member System.Collections.Generic.IList<System.Xml.XPath.XPathItem>.RemoveAt : int -> unit
override this.System.Collections.Generic.IList<System.Xml.XPath.XPathItem>.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList(Of XPathItem).RemoveAt

パラメーター

index
Int32

int 型の値。

実装

適用対象