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 物件,指定設計時間環境用來判斷工具箱專案是否可以在目的地元件上使用的原則。
如需限制 可使用 之範圍 ToolboxItem 的詳細資訊,請參閱 類別 ToolboxItemFilterAttribute 的檔。