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

实现

适用于