PropertyDescriptorCollection.Contains(PropertyDescriptor) Método

Definición

Devuelve si la colección contiene el PropertyDescriptor especificado.

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

Parámetros

value
PropertyDescriptor

PropertyDescriptor que se va a buscar en la colección.

Devoluciones

true si la colección contiene el PropertyDescriptor especificado; en caso contrario, false.

Se aplica a