Share via


IVsExtensionRepository.GetCategoryTree Method (String, Guid, Int32, Int32)

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

'Declaration
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

Parameters

  • searchSource
    Type: String
  • categoryId
    Type: Guid
  • level
    Type: Int32
  • lcid
    Type: Int32

Return Value

Type: Microsoft.VisualStudio.ExtensionManager.IRepositoryCategory

.NET Framework Security

See Also

Reference

IVsExtensionRepository Interface

GetCategoryTree Overload

Microsoft.VisualStudio.ExtensionManager Namespace