PropertyValueCollection.RemoveAt(Int32) 메서드

정의

지정된 인덱스에서 PropertyValue 개체의 컬렉션에 있는 개체를 제거합니다.

public:
 abstract void RemoveAt(int index);
public abstract void RemoveAt (int index);
abstract member RemoveAt : int -> unit
Public MustOverride Sub RemoveAt (index As Integer)

매개 변수

index
Int32

제거할 항목의 인덱스입니다.

적용 대상