IExtensionHeader.GetSupportedIsolatedShells Method
A collection of Visual Studio Isolated Shell applications that are supported for a given Visual Studio Isolated Shell version.
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
'Declaration
Function GetSupportedIsolatedShells ( _
shellVersion As Version _
) As IEnumerable(Of String)
IEnumerable<string> GetSupportedIsolatedShells(
Version shellVersion
)
IEnumerable<String^>^ GetSupportedIsolatedShells(
Version^ shellVersion
)
abstract GetSupportedIsolatedShells :
shellVersion:Version -> IEnumerable<string>
function GetSupportedIsolatedShells(
shellVersion : Version
) : IEnumerable<String>
Parameters
- shellVersion
Type: System.Version
The target Isolated Shell version.
Return Value
Type: System.Collections.Generic.IEnumerable<String>
A dictionary of supported Isolated Shell applications, derived from SupportedIsolatedShellVersions.
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.