IRepositoryCategory 接口

表示可用的扩展类。

命名空间:  Microsoft.VisualStudio.ExtensionManager
程序集:  Microsoft.VisualStudio.ExtensionManager(在 Microsoft.VisualStudio.ExtensionManager.dll 中)

语法

声明
Public Interface IRepositoryCategory
public interface IRepositoryCategory
public interface class IRepositoryCategory
type IRepositoryCategory =  interface end
public interface IRepositoryCategory

IRepositoryCategory 类型公开以下成员。

属性

  名称 说明
公共属性 Children 当前 IRepositoryCategory的子类别。
公共属性 HasMore
公共属性 Id 当前 IRepositoryCategory 的标识符。
公共属性 Parent 当前 IRepositoryCategory的父类别。
公共属性 Title 类别名称。

页首

备注

尽管此 API 支持 扩展管理器 基础结构,不建议使用它,因为它可能会发生更改。

此接口由扩展访问类的 IVsExtensionRepository 使用。 与 XML 节点, IRepositoryCategory 可以具有父工作项和子类别允许在树中的多个层。

请参阅

参考

Microsoft.VisualStudio.ExtensionManager 命名空间