FilterableAttribute.IsPropertyFilterable(PropertyDescriptor) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Determina se una proprietà supporta i filtri di periferica.
public:
static bool IsPropertyFilterable(System::ComponentModel::PropertyDescriptor ^ propertyDescriptor);
public static bool IsPropertyFilterable (System.ComponentModel.PropertyDescriptor propertyDescriptor);
static member IsPropertyFilterable : System.ComponentModel.PropertyDescriptor -> bool
Public Shared Function IsPropertyFilterable (propertyDescriptor As PropertyDescriptor) As Boolean
Parametri
- propertyDescriptor
- PropertyDescriptor
Oggetto PropertyDescriptor che contiene le proprietà della proprietà su cui eseguire il test.
Restituisce
true
se la proprietà rappresentata dall'oggetto PropertyDescriptor specificato nel parametro propertyDescriptor
supporta i filtri di periferica, altrimenti false
.
Commenti
Usare il metodo per determinare se una proprietà supporta il IsPropertyFilterable filtro dei dispositivi. Per usare questo metodo, è necessario passare un PropertyDescriptor oggetto contenente le proprietà della proprietà da testare.