Aracılığıyla paylaş


DataSourceGroupCollection.Contains(DataSourceGroup) Yöntem

Tanım

öğesinin belirtilen DataSourceGroupöğesini içerip içermediğini DataSourceGroupCollection belirten bir değer alır.

public:
 bool Contains(System::ComponentModel::Design::Data::DataSourceGroup ^ value);
public bool Contains (System.ComponentModel.Design.Data.DataSourceGroup value);
member this.Contains : System.ComponentModel.Design.Data.DataSourceGroup -> bool
Public Function Contains (value As DataSourceGroup) As Boolean

Parametreler

value
DataSourceGroup

öğesini DataSourceGroup bulun.

Döndürülenler

trueDataSourceGroup koleksiyonunda yer alırsa; değilse, false.

Şunlara uygulanır