DataSourceGroupCollection.IndexOf(DataSourceGroup) Metoda

Definice

Vrátí index v objektu DataSourceGroupDataSourceGroupCollection.

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

Parametry

value
DataSourceGroup

Najděte ji DataSourceGroup .

Návraty

Index DataSourceGroup in value the DataSourceGroupCollection, if found; otherwise, -1.

Platí pro