StateManagedCollection.IList.RemoveAt(Int32) 메서드

정의

지정한 인덱스에 있는 IStateManager 요소를 제거합니다.

 virtual void System.Collections.IList.RemoveAt(int index) = System::Collections::IList::RemoveAt;
void IList.RemoveAt (int index);
abstract member System.Collections.IList.RemoveAt : int -> unit
override this.System.Collections.IList.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList.RemoveAt

매개 변수

index
Int32

제거할 항목의 인덱스(0부터 시작)입니다.

구현

예외

StateManagedCollection이 읽기 전용인 경우

설명

합니다 OnValidate 메서드는 유효성을 검사할 value 값 컬렉션에서 제거 되기 전에 합니다. 합니다 OnRemove 개체를 제거 하기 전에 호출 됩니다 및 OnRemoveComplete 메서드는 개체가 제거 된 후 호출 됩니다.

적용 대상

추가 정보