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可能會有父代和子系,以便在類別樹狀目錄中的多重層級。