Share via


PropertyDescriptorCollection.Contains(PropertyDescriptor) Yöntem

Tanım

Koleksiyonun verilen PropertyDescriptoröğesini içerip içermediğini döndürür.

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

Parametreler

value
PropertyDescriptor

PropertyDescriptor Koleksiyonda bulmak için.

Döndürülenler

true koleksiyon verilen PropertyDescriptoröğesini içeriyorsa; değilse, false.

Şunlara uygulanır