FilterableAttribute.IsPropertyFilterable(PropertyDescriptor) 方法

定义

确定属性是否支持设备筛选。

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

参数

propertyDescriptor
PropertyDescriptor

PropertyDescriptor,其中包含要测试的属性的属性。

返回

如果 propertyDescriptor 参数中包含的 PropertyDescriptor 对象所表示的属性支持设备筛选,则为 true;否则为 false

注解

IsPropertyFilterable使用 方法确定属性是否支持设备筛选。 若要使用此方法,必须传入一个 PropertyDescriptor 对象,该对象包含要测试的属性的属性。

适用于

另请参阅