SchemaImporterExtensionElementCollection.RemoveAt(Int32) 方法

定义

从集合中移除指定索引位置的项。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

参数

index
Int32

要移除的对象的索引。

适用于