IVsExtensionRepository.GetRootCategories Method
Gets the root categories of the repository.
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
声明
Function GetRootCategories ( _
cultureName As String _
) As IEnumerable(Of IRepositoryCategory)
IEnumerable<IRepositoryCategory> GetRootCategories(
string cultureName
)
IEnumerable<IRepositoryCategory^>^ GetRootCategories(
String^ cultureName
)
abstract GetRootCategories :
cultureName:string -> IEnumerable<IRepositoryCategory>
function GetRootCategories(
cultureName : String
) : IEnumerable<IRepositoryCategory>
Parameters
- cultureName
Type: System.String
Return Value
Type: System.Collections.Generic.IEnumerable<IRepositoryCategory>
A collection of IRepositoryCategory objects that represent the root categories of the repository.
Remarks
Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.
.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.