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
屬性值
一 ICollection 組 ToolboxItemFilterAttribute 物件。
備註
Filter屬性集合包含ToolboxItemFilterAttribute指定設計時環境用來判斷工具箱項目是否可用於目標元件的政策的物件。
欲了解更多關於限制 a ToolboxItem 可使用範圍的資訊,請參閱該 ToolboxItemFilterAttribute 類別的文件。