InstallerCollection.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.

적용 대상