IExtensionHeader.IsIsolatedShellSupported Method

Determines whether the extension may be installed in a given Visual Studio Shell application.

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

Syntax

'Declaration
Function IsIsolatedShellSupported ( _
    shellVersion As Version, _
    appName As String _
) As Boolean
bool IsIsolatedShellSupported(
    Version shellVersion,
    string appName
)
bool IsIsolatedShellSupported(
    Version^ shellVersion, 
    String^ appName
)
abstract IsIsolatedShellSupported : 
        shellVersion:Version * 
        appName:string -> bool 
function IsIsolatedShellSupported(
    shellVersion : Version, 
    appName : String
) : boolean

Parameters

  • appName
    Type: System.String
    The name of the Visual Studio Shell application.

Return Value

Type: System.Boolean
True if the extension may be installed; otherwise, False.

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