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 。