Aracılığıyla paylaş


DataSourceDescriptorCollection.Contains(DataSourceDescriptor) Yöntem

Tanım

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

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

Parametreler

Döndürülenler

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

Şunlara uygulanır