ToolboxItemFilterAttribute.FilterType 属性

定义

获取筛选器的类型。

public:
 property System::ComponentModel::ToolboxItemFilterType FilterType { System::ComponentModel::ToolboxItemFilterType get(); };
public System.ComponentModel.ToolboxItemFilterType FilterType { get; }
member this.FilterType : System.ComponentModel.ToolboxItemFilterType
Public ReadOnly Property FilterType As ToolboxItemFilterType

属性值

ToolboxItemFilterType,它指示筛选器的类型。

注解

筛选器的类型以及当前设计器上的任何现有 ToolboxItemFilterAttribute 筛选器指示用于确定是否应在工具箱中启用特定工具箱项的规则。

适用于

另请参阅