DataSourceGroupCollection.Insert(Int32, DataSourceGroup) 方法

定义

将 a DataSourceGroupDataSourceGroupCollection 插入到指定索引处。

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 插入的。

适用于