다음을 통해 공유


DataSourceGroupCollection.Insert(Int32, DataSourceGroup) 메서드

정의

DataSourceGroupCollection의 지정된 인덱스에 DataSourceGroup를 삽입합니다.

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입니다.

적용 대상