DataSourceGroupCollection.Insert(Int32, DataSourceGroup) Méthode

Définition

Insère un DataSourceGroup dans l’index DataSourceGroupCollection spécifié.

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)

Paramètres

index
Int32

Index de base zéro où value doit être inséré.

value
DataSourceGroup

À DataSourceGroup insérer.

S’applique à