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

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

See Also

Reference

IVsExtensionRepository Interface

Microsoft.VisualStudio.ExtensionManager Namespace