PropertyFilterAttribute.Filter プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この PropertyFilterAttribute .NET Framework 属性のフィルター オプションを取得します。
public:
property System::ComponentModel::PropertyFilterOptions Filter { System::ComponentModel::PropertyFilterOptions get(); };
public System.ComponentModel.PropertyFilterOptions Filter { get; }
member this.Filter : System.ComponentModel.PropertyFilterOptions
Public ReadOnly Property Filter As PropertyFilterOptions
プロパティ値
プロパティ フィルター オプション。
注釈
Filterの値は、このfilterが構築されたときにPropertyFilterAttributeコンストラクター引数に指定された値と同じです。
Filter値を設定する他の方法はありません。