Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to construct the SettingsManager for AppID-based Visual Studio applications that use suffixed mode. In suffixed mode, any changes to the settings are isolated from the normal running mode.
Namespace: Microsoft.VisualStudio.Settings
Assembly: Microsoft.VisualStudio.Settings (in Microsoft.VisualStudio.Settings.dll)
Syntax
'Declaration
Public Shared Function CreateForApplication ( _
applicationPath As String, _
rootSuffix As String, _
isLogged As Boolean _
) As ExternalSettingsManager
public static ExternalSettingsManager CreateForApplication(
string applicationPath,
string rootSuffix,
bool isLogged
)
public:
static ExternalSettingsManager^ CreateForApplication(
String^ applicationPath,
String^ rootSuffix,
bool isLogged
)
static member CreateForApplication :
applicationPath:string *
rootSuffix:string *
isLogged:bool -> ExternalSettingsManager
public static function CreateForApplication(
applicationPath : String,
rootSuffix : String,
isLogged : boolean
) : ExternalSettingsManager
Parameters
- applicationPath
Type: System.String
The path of the executable Visual Studio application.
- rootSuffix
Type: System.String
The name of the suffix.
- 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.