DataSourceGroupCollection.IndexOf(DataSourceGroup) Yöntem

Tanım

içindeki bir DataSourceGroup dizinini DataSourceGroupCollectiondöndürür.

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

Parametreler

value
DataSourceGroup

DataSourceGroup bulunacak.

Döndürülenler

içinde öğesinin DataSourceGroupvalueDataSourceGroupCollectiondizini bulunursa; yoksa -1.

Şunlara uygulanır