ToolboxService.IToolboxService.CategoryNames 属性

定义

有关此成员的说明,请参见 CategoryNames 属性。For a description of this member, see the CategoryNames property.

property System::Drawing::Design::CategoryNameCollection ^ System::Drawing::Design::IToolboxService::CategoryNames { System::Drawing::Design::CategoryNameCollection ^ get(); };
System.Drawing.Design.CategoryNameCollection System.Drawing.Design.IToolboxService.CategoryNames { get; }
member this.System.Drawing.Design.IToolboxService.CategoryNames : System.Drawing.Design.CategoryNameCollection
 ReadOnly Property CategoryNames As CategoryNameCollection Implements IToolboxService.CategoryNames

属性值

CategoryNameCollection

包含工具类别的 CategoryNameCollectionA CategoryNameCollection containing the tool categories.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 ToolboxService 实例被强制转换为 IToolboxService 接口时使用。It can be used only when the ToolboxService instance is cast to an IToolboxService interface.

适用于