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
声明
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
- vsVersion
Type: System.Version
The target Visual Studio version.
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
- 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.