RawAcl.RemoveAce(Int32) 方法

定義

移除指定位置的 存取控制 Entry(ACE)。

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

參數

index
Int32

要移除ACE的零基指數。

例外狀況

index參數值高於性質Count的值負一,或為負值。

適用於