ExternalSettingsManager.CreateForIsolatedApplication Method (String, String, Boolean)
Used to construct the SettingsManager for AppEnv-based Visual Studio custom applications. Custom applications are isolated among themselves.
Namespace: Microsoft.VisualStudio.Settings
Assembly: Microsoft.VisualStudio.Settings (in Microsoft.VisualStudio.Settings.dll)
Syntax
'Declaração
Public Shared Function CreateForIsolatedApplication ( _
applicationPath As String, _
applicationName As String, _
isLogged As Boolean _
) As ExternalSettingsManager
public static ExternalSettingsManager CreateForIsolatedApplication(
string applicationPath,
string applicationName,
bool isLogged
)
Parameters
- applicationPath
Type: System.String
The path of the executable Visual Studio custom application.
- applicationName
Type: System.String
The name of the custom application.
- isLogged
Type: System.Boolean
Controls the logging of the package definition management operations at startup and shutdown.
Return Value
Type: Microsoft.VisualStudio.Settings.ExternalSettingsManager
.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.