DataSourceGroupCollection.Insert(Int32, DataSourceGroup) 方法

定义

DataSourceGroup 插入到 DataSourceGroupCollection 中的指定索引位置处。

public:
 void Insert(int index, System::ComponentModel::Design::Data::DataSourceGroup ^ value);
public void Insert (int index, System.ComponentModel.Design.Data.DataSourceGroup value);
member this.Insert : int * System.ComponentModel.Design.Data.DataSourceGroup -> unit
Public Sub Insert (index As Integer, value As DataSourceGroup)

参数

index
Int32

从零开始的索引,应在该位置插入 value

value
DataSourceGroup

要插入的 DataSourceGroup

适用于