EventLogPermissionEntryCollection.OnInsert(Int32, Object) 메서드

정의

컬렉션에 새 사용 권한 항목을 삽입하기 전에 추가 사용자 지정 프로세스를 수행합니다.

protected:
 override void OnInsert(int index, System::Object ^ value);
protected override void OnInsert (int index, object value);
override this.OnInsert : int * obj -> unit
Protected Overrides Sub OnInsert (index As Integer, value As Object)

매개 변수

index
Int32

value를 삽입할 인덱스(0부터 시작)입니다.

value
Object

index에 있는 사용 권한 항목의 새 값입니다.

적용 대상