DataSourceGroupCollection.Insert(Int32, DataSourceGroup) 메서드

정의

지정된 인덱스에 삽입 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 인덱스(0부터 시작)입니다.

value
DataSourceGroup

삽입할 항목입니다 DataSourceGroup .

적용 대상