DataSourceGroupCollection.IndexOf(DataSourceGroup) Método
Definição
Retorna o índice de um DataSourceGroup na DataSourceGroupCollection.Returns the index of a DataSourceGroup in the 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
Parâmetros
- value
- DataSourceGroup
O DataSourceGroup a ser localizado.The DataSourceGroup to locate.
Retornos
O índice do DataSourceGroup de value na DataSourceGroupCollection, se encontrado; caso contrário, -1.The index of the DataSourceGroup of value in the DataSourceGroupCollection, if found; otherwise, -1.