RawAcl.RemoveAce(Int32) 메서드

정의

지정된 위치에서 ACE(Access Control Entry)를 제거합니다.

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

매개 변수

index
Int32

제거할 ACE의 인덱스(0부터 시작하는 인덱스)입니다.

예외

매개 변수 값 index 이 속성 값에서 1을 뺀 값 Count 보다 높거나 음수입니다.

적용 대상