ExternalSettingsManager.CreateForIsolatedApplication Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateForIsolatedApplication(String, String) | ||
CreateForIsolatedApplication(String, String, Boolean) | ||
CreateForIsolatedApplication(String, String, String) | Used to construct the SettingsManager for Visual Studio custom applications. Custom applications are isolated among themselves. | |
CreateForIsolatedApplication(String, String, String, Boolean) | Used to construct the SettingsManager for Visual Studio custom applications. Custom applications are isolated among themselves. |
Top