ServiceDescriptionBaseCollection.OnInsertComplete(Int32, Object) 메서드

정의

ServiceDescriptionBaseCollection에 새 요소를 삽입한 후 사용자 지정 프로세스를 추가로 수행합니다.

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

매개 변수

index
Int32

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

value
Object

컬렉션에 삽입할 요소입니다.

설명

이 메서드의 기본 구현은 지정된 된 요소를 삽입할 때 일부 작업을 수행 하는 파생된 클래스에서 재정의 될 것입니다. 예를 들어 파생된 클래스에 추가 유효성 검사를 해야 합니다.

이 보호 된 메서드는이 클래스 또는 파생된 클래스를 통해서만 액세스할 수 있습니다.

적용 대상