ExternalSettingsManager.CreateForIsolatedApplication Method (String, String)
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
'宣告
Public Shared Function CreateForIsolatedApplication ( _
applicationPath As String, _
applicationName As String _
) As ExternalSettingsManager
public static ExternalSettingsManager CreateForIsolatedApplication(
string applicationPath,
string applicationName
)
Parameters
- applicationPath
Type: System.String
The path of the executable Visual Studio custom application.
- applicationName
Type: System.String
The name of the custom application.
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.