IVsExtensionRepository.GetCategoryTree Method (String, Guid, Int32, Int32)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
'Declaration
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
Parameters
- searchSource
Type: System.String
- categoryId
Type: System.Guid
- level
Type: System.Int32
- lcid
Type: System.Int32
Return Value
Type: Microsoft.VisualStudio.ExtensionManager.IRepositoryCategory
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.