IExtensionHeader.GetSupportedVSEditions Method

A collection of Visual Studio editions that are supported for a given Visual Studio version.

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

'Declaration
Function GetSupportedVSEditions ( _
    vsVersion As Version _
) As IEnumerable(Of String)
IEnumerable<string> GetSupportedVSEditions(
    Version vsVersion
)
IEnumerable<String^>^ GetSupportedVSEditions(
    Version^ vsVersion
)
abstract GetSupportedVSEditions : 
        vsVersion:Version -> IEnumerable<string> 
function GetSupportedVSEditions(
    vsVersion : Version
) : IEnumerable<String>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<String>
A dictionary of supported Isolated Shell applications, derived from SupportedVSVersions.

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

IExtensionHeader Interface

Microsoft.VisualStudio.ExtensionManager Namespace