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 零基索引。

適用於