ExternalSettingsManager::CreateForApplication Method (String^, String^, Boolean)

 

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.14.0 (in Microsoft.VisualStudio.Settings.14.0.dll)

public:
static ExternalSettingsManager^ CreateForApplication(
	String^ applicationPath,
	String^ rootSuffix,
	bool isLogged
)

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 to top
Show: