PropertyDescriptorCollection.Contains(PropertyDescriptor) Methode

Definition

Gibt zurück, ob die Auflistung die angegebene PropertyDescriptorEnthä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 in der Auflistung zu findende

Gibt zurück

true enthält die Auflistung die angegebene PropertyDescriptor; andernfalls false.

Gilt für: