DsmlRequestDocument.RemoveAt(Int32) 方法

定义

RemoveAt(Int32) 方法移除位于指定位置处的 DirectoryRequest 对象。

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

参数

index
Int32

要移除的 DirectoryRequest 对象的从零开始的索引。

适用于