DirectoryServicesPermissionEntryCollection.OnInsert(Int32, Object) 메서드

정의

OnInsert(Int32, Object) 메서드를 재정의합니다.

protected:
 override void OnInsert(int index, System::Object ^ value);
protected override void OnInsert (int index, 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에 있는 요소의 새 값입니다.

적용 대상

추가 정보