ToolboxItem.Filter プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ツールボックス項目を変換先コンポーネントで使用できるかどうかを決定するフィルターを取得または設定します。
public:
property System::Collections::ICollection ^ Filter { System::Collections::ICollection ^ get(); void set(System::Collections::ICollection ^ value); };
public System.Collections.ICollection Filter { get; set; }
member this.Filter : System.Collections.ICollection with get, set
Public Property Filter As ICollection
プロパティ値
ToolboxItemFilterAttribute オブジェクトのICollection。
注釈
Filter プロパティ コレクションには、デザイン時環境が対象コンポーネントでツールボックス項目を使用できるかどうかを判断するために使用するポリシーを指定するToolboxItemFilterAttribute オブジェクトが含まれています。
ToolboxItemを使用できるスコープの制限の詳細については、ToolboxItemFilterAttribute クラスのドキュメントを参照してください。