DataSourceGroupCollection.IndexOf(DataSourceGroup) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l'index de DataSourceGroup dans DataSourceGroupCollection.
public:
int IndexOf(System::ComponentModel::Design::Data::DataSourceGroup ^ value);
public int IndexOf (System.ComponentModel.Design.Data.DataSourceGroup value);
member this.IndexOf : System.ComponentModel.Design.Data.DataSourceGroup -> int
Public Function IndexOf (value As DataSourceGroup) As Integer
Paramètres
- value
- DataSourceGroup
DataSourceGroup à rechercher.
Retours
Index de DataSourceGroup de value dans DataSourceGroupCollection, s'il existe ; sinon, -1.