共用方式為


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

屬性值

ICollectionToolboxItemFilterAttribute 物件。

備註

Filter屬性集合包含ToolboxItemFilterAttribute指定設計時環境用來判斷工具箱項目是否可用於目標元件的政策的物件。

欲了解更多關於限制 a ToolboxItem 可使用範圍的資訊,請參閱該 ToolboxItemFilterAttribute 類別的文件。

適用於

另請參閱