IVsExtensionRepository.GetCategoryTree Method (String, Guid, Int32, String, List<String>, List<String>, List<Int32>, List<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, _
templateType As String, _
skus As List(Of String), _
subSkus As List(Of String), _
templateGroupIds As List(Of Integer), _
vsVersions As List(Of Integer), _
lcid As Integer _
) As IRepositoryCategory
IRepositoryCategory GetCategoryTree(
string searchSource,
Guid categoryId,
int level,
string templateType,
List<string> skus,
List<string> subSkus,
List<int> templateGroupIds,
List<int> vsVersions,
int lcid
)
IRepositoryCategory^ GetCategoryTree(
String^ searchSource,
Guid categoryId,
int level,
String^ templateType,
List<String^>^ skus,
List<String^>^ subSkus,
List<int>^ templateGroupIds,
List<int>^ vsVersions,
int lcid
)
abstract GetCategoryTree :
searchSource:string *
categoryId:Guid *
level:int *
templateType:string *
skus:List<string> *
subSkus:List<string> *
templateGroupIds:List<int> *
vsVersions:List<int> *
lcid:int -> IRepositoryCategory
function GetCategoryTree(
searchSource : String,
categoryId : Guid,
level : int,
templateType : String,
skus : List<String>,
subSkus : List<String>,
templateGroupIds : List<int>,
vsVersions : List<int>,
lcid : int
) : IRepositoryCategory
Parameters
- searchSource
Type: System.String
- categoryId
Type: System.Guid
- level
Type: System.Int32
- templateType
Type: System.String
- skus
Type: System.Collections.Generic.List<String>
- subSkus
Type: System.Collections.Generic.List<String>
- templateGroupIds
Type: System.Collections.Generic.List<Int32>
- vsVersions
Type: System.Collections.Generic.List<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.