PropertyDescriptorCollection.Contains(PropertyDescriptor) Metod

Definition

Returnerar om samlingen innehåller den angivna PropertyDescriptor.

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

Parametrar

value
PropertyDescriptor

Att PropertyDescriptor hitta i samlingen.

Returer

true om samlingen innehåller den angivna PropertyDescriptor; annars , false.

Gäller för