FilterableAttribute.IsPropertyFilterable(PropertyDescriptor) Method

Definition

Determines whether a property supports device filtering.

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

Parameters

propertyDescriptor
PropertyDescriptor

A PropertyDescriptor that contains the properties of the property to test.

Returns

true if the property represented by the PropertyDescriptor object contained in the propertyDescriptor parameter supports device filtering; otherwise, false.

Remarks

Use the IsPropertyFilterable method to determine whether a property supports device filtering. To use this method, you must pass in a PropertyDescriptor object that contains the properties of the property to test.

Applies to

See also