FilterableAttribute.IsPropertyFilterable(PropertyDescriptor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.