Share via


DataRelationCollection.RemoveAt(Int32) 메서드

정의

컬렉션에서 지정된 인덱스의 관계를 제거합니다.

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

매개 변수

index
Int32

제거할 관계의 인덱스입니다.

예외

지정된 인덱스의 관계가 컬렉션에 없는 경우

설명

CollectionChanged 제거 작업이 성공하면 이벤트가 발생합니다.

적용 대상

추가 정보