共用方式為


IVsExtensionRepository.GetCategoryTree 方法 (String, Guid, Int32, Int32)

命名空間:  Microsoft.VisualStudio.ExtensionManager
組件:  Microsoft.VisualStudio.ExtensionManager (在 Microsoft.VisualStudio.ExtensionManager.dll 中)

語法

'宣告
Function GetCategoryTree ( _
    searchSource As String, _
    categoryId As Guid, _
    level As Integer, _
    lcid As Integer _
) As IRepositoryCategory
IRepositoryCategory GetCategoryTree(
    string searchSource,
    Guid categoryId,
    int level,
    int lcid
)
IRepositoryCategory^ GetCategoryTree(
    String^ searchSource, 
    Guid categoryId, 
    int level, 
    int lcid
)
abstract GetCategoryTree : 
        searchSource:string * 
        categoryId:Guid * 
        level:int * 
        lcid:int -> IRepositoryCategory
function GetCategoryTree(
    searchSource : String, 
    categoryId : Guid, 
    level : int, 
    lcid : int
) : IRepositoryCategory

參數

  • searchSource
    類型:String
  • categoryId
    類型:Guid
  • level
    類型:Int32
  • lcid
    類型:Int32

傳回值

類型:Microsoft.VisualStudio.ExtensionManager.IRepositoryCategory

.NET Framework 安全性

請參閱

參考

IVsExtensionRepository 介面

GetCategoryTree 多載

Microsoft.VisualStudio.ExtensionManager 命名空間