FilterableAttribute.IsPropertyFilterable(PropertyDescriptor) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定属性是否支持设备筛选。
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 对象,该对象包含要测试的属性的属性。