ExternalSettingsManager::CreateForApplication Method (String^, Boolean)
Visual Studio 2015
Used to construct the SettingsManager for AppID-based Visual Studio applications.
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 Value
Type: Microsoft.VisualStudio.Settings::ExternalSettingsManager^
Show: