Partager via


IVsExtensionRepository.GetCategoryTree, méthode (String, Guid, Int32, Int32)

Espace de noms :  Microsoft.VisualStudio.ExtensionManager
Assembly :  Microsoft.VisualStudio.ExtensionManager (dans Microsoft.VisualStudio.ExtensionManager.dll)

Syntaxe

'Déclaration
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

Paramètres

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

Valeur de retour

Type : Microsoft.VisualStudio.ExtensionManager.IRepositoryCategory

Sécurité .NET Framework

Voir aussi

Référence

IVsExtensionRepository Interface

GetCategoryTree, surcharge

Microsoft.VisualStudio.ExtensionManager, espace de noms