DataSourceGroupCollection.Insert(Int32, DataSourceGroup) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 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 插入的。