Método IVsExtensionRepository.GetCategoryTree (String, Guid, Int32, Int32)
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (em Microsoft.VisualStudio.ExtensionManager.dll)
Sintaxe
'Declaração
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
Parâmetros
- searchSource
Tipo: String
- categoryId
Tipo: Guid
- level
Tipo: Int32
- lcid
Tipo: Int32
Valor de retorno
Tipo: Microsoft.VisualStudio.ExtensionManager.IRepositoryCategory
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.