ICategorizeProperties 接口
提供类别名称和映射类别中公开的属性。 属性 窗口。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
<InterfaceTypeAttribute()> _
<GuidAttribute("4D07FC10-F931-11CE-B001-00AA006884E5")> _
Public Interface ICategorizeProperties
[InterfaceTypeAttribute()]
[GuidAttribute("4D07FC10-F931-11CE-B001-00AA006884E5")]
public interface ICategorizeProperties
ICategorizeProperties 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
GetCategoryName | 返回包含类名称的 BSTR。 | |
MapPropertyToCategory | 返回指定属性的特性分类值。 |
页首
备注
属性 窗口按字母顺序显示属性或分组按类别。
VSPackage 实现 ICategorizeProperties ,以便 Visual Studio 可以显示在适当的类别的项目或项目中元素的特性其属性视图。
您实现与所有接口的接口在活动模板库 (ATL) (atl);您从 ICategorizeProperties派生控件类,添加接口项添加到控件接口映射,并实现两个方法、 MapPropertyToCategory 和 GetCategoryName。
对实现者的说明
实现 Vspackage 允许属性按 属性 窗口的类别显示而不是按字母顺序。