Share via


IVsExtensionRepository.GetCategoryTree Method (String, Guid, Int32, String, List<String>, List<String>, List<Int32>, List<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, _
    templateType As String, _
    skus As List(Of String), _
    subSkus As List(Of String), _
    templateGroupIds As List(Of Integer), _
    vsVersions As List(Of Integer), _
    lcid As Integer _
) As IRepositoryCategory
IRepositoryCategory GetCategoryTree(
    string searchSource,
    Guid categoryId,
    int level,
    string templateType,
    List<string> skus,
    List<string> subSkus,
    List<int> templateGroupIds,
    List<int> vsVersions,
    int lcid
)
IRepositoryCategory^ GetCategoryTree(
    String^ searchSource, 
    Guid categoryId, 
    int level, 
    String^ templateType, 
    List<String^>^ skus, 
    List<String^>^ subSkus, 
    List<int>^ templateGroupIds, 
    List<int>^ vsVersions, 
    int lcid
)
abstract GetCategoryTree : 
        searchSource:string * 
        categoryId:Guid * 
        level:int * 
        templateType:string * 
        skus:List<string> * 
        subSkus:List<string> * 
        templateGroupIds:List<int> * 
        vsVersions:List<int> * 
        lcid:int -> IRepositoryCategory
function GetCategoryTree(
    searchSource : String, 
    categoryId : Guid, 
    level : int, 
    templateType : String, 
    skus : List<String>, 
    subSkus : List<String>, 
    templateGroupIds : List<int>, 
    vsVersions : List<int>, 
    lcid : int
) : IRepositoryCategory

Parameters

  • searchSource
    Type: String
  • categoryId
    Type: Guid
  • level
    Type: Int32
  • templateType
    Type: String
  • skus
    Type: List<String>
  • subSkus
    Type: List<String>
  • templateGroupIds
    Type: List<Int32>
  • vsVersions
    Type: List<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