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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.