다음을 통해 공유


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 네임스페이스