ToolboxItem.Filter プロパティ

定義

ツールボックス項目が対象のコンポーネントで使用できるかどうかを決定するフィルターを取得または設定します。

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

プロパティ値

ICollection

ICollection オブジェクトの ToolboxItemFilterAttribute

注釈

Filterプロパティ コレクションには、ToolboxItemFilterAttributeデザイン時環境で使用されるポリシーを指定して、対象コンポーネントでツールボックス項目を使用できるかどうかを決定するオブジェクトが含まれています。

使用できるスコープ ToolboxItem の制限の詳細については、クラスのドキュメントを ToolboxItemFilterAttribute 参照してください。

適用対象

こちらもご覧ください