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

返品

true propertyDescriptor パラメーターに含まれるPropertyDescriptor オブジェクトによって表されるプロパティがデバイス のフィルター処理をサポートしている場合は >、それ以外の場合はfalse

注釈

IsPropertyFilterableメソッドを使用して、プロパティがデバイスのフィルター処理をサポートしているかどうかを判断します。 このメソッドを使用するには、テストするプロパティのプロパティを含む PropertyDescriptor オブジェクトを渡す必要があります。

適用対象

こちらもご覧ください