FilterableAttribute.IsPropertyFilterable メソッド
メモ : このメソッドは、.NET Framework version 2.0 で新しく追加されたものです。
プロパティでデバイスのフィルタ処理がサポートされているかどうかを判断します。
名前空間: System.Web.UI
アセンブリ: System.Web (system.web.dll 内)
構文
Public Shared Function IsPropertyFilterable ( _ propertyDescriptor As PropertyDescriptor _ ) As Boolean
Dim propertyDescriptor As PropertyDescriptor Dim returnValue As Boolean returnValue = FilterableAttribute.IsPropertyFilterable(propertyDescriptor)
戻り値
propertyDescriptor パラメータに格納されている PropertyDescriptor オブジェクトでデバイスのフィルタ処理がサポートされている場合は true。それ以外の場合は false。

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

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からFilterableAttribute.IsPropertyFilterable メソッドを検索する場合は、下記のリンクをクリックしてください。

- FilterableAttribute.IsPropertyFilterable メソッドのページへのリンク