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 的檔。

適用於

另請參閱