DataSourceDescriptorCollection.Insert(Int32, DataSourceDescriptor) Méthode

Définition

Insère un DataSourceDescriptor dans l’index DataSourceDescriptorCollection spécifié.

public:
 void Insert(int index, System::ComponentModel::Design::Data::DataSourceDescriptor ^ value);
public void Insert(int index, System.ComponentModel.Design.Data.DataSourceDescriptor value);
member this.Insert : int * System.ComponentModel.Design.Data.DataSourceDescriptor -> unit
Public Sub Insert (index As Integer, value As DataSourceDescriptor)

Paramètres

index
Int32

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

S’applique à