PropertyDescriptorCollection.RemoveAt(Int32) 메서드

정의

컬렉션에서 지정한 인덱스에 있는 PropertyDescriptor을 제거합니다.

public:
 void RemoveAt(int index);
public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

매개 변수

index
Int32

컬렉션에서 제거할 PropertyDescriptor의 인덱스입니다.

구현

예외

컬렉션이 읽기 전용입니다.

적용 대상