PropertyDescriptorCollection.Contains(PropertyDescriptor) Methode

Definition

Gibt zurück, ob die Auflistung die angegebene PropertyDescriptor-Klasse enthält.

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

Parameter

value
PropertyDescriptor

Der PropertyDescriptor, der in der Auflistung gesucht werden soll.

Gibt zurück

true, wenn die Auflistung die angegebene PropertyDescriptor-Klasse enthält, andernfalls false.

Gilt für: