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 。
返品
true
propertyDescriptor パラメーターに含まれるPropertyDescriptor オブジェクトによって表されるプロパティがデバイス のフィルター処理をサポートしている場合は >、それ以外の場合はfalse。
注釈
IsPropertyFilterableメソッドを使用して、プロパティがデバイスのフィルター処理をサポートしているかどうかを判断します。 このメソッドを使用するには、テストするプロパティのプロパティを含む PropertyDescriptor オブジェクトを渡す必要があります。