Поделиться через


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 - пространство имен