Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- shellVersion
Type: System.Version
The Visual Studio Shell version.
- 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
- 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.