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如果删除操作成功,则会触发 事件。

适用于

另请参阅