ExternalSettingsManager.CreateForApplication Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
CreateForApplication(String) | Used to construct the SettingsManager AppID based Visual Studio applications. | |
CreateForApplication(String, Boolean) | Used to construct the SettingsManager AppID based Visual Studio applications. | |
CreateForApplication(String, String) | Used to construct the SettingsManager AppID based Visual Studio applications with suffixed mode. In suffixed mode, any changes made to the settings are isolated from the normal running mode. | |
CreateForApplication(String, String, Boolean) | Used to construct the SettingsManager AppID based Visual Studio applications with suffixed mode. In suffixed mode, any changes made to the settings are isolated from the normal running mode. |
Top