ExternalSettingsManager::CreateForApplication Method (String^, Boolean)

 

Used to construct the SettingsManager for AppID-based Visual Studio applications.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Settings.14.0 (in Microsoft.VisualStudio.Settings.14.0.dll)

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

Parameters

applicationPath
Type: System::String^

The path of the executable Visual Studio application.

isLogged
Type: System::Boolean

Controls the logging of the package definition management operations at startup and shutdown.

Return to top
Show: