ExternalSettingsManager.GetApplicationDataFolder Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the folder that Visual Studio uses for storing various files such as cache files, backup files, and template files
public:
override System::String ^ GetApplicationDataFolder(Microsoft::VisualStudio::Settings::ApplicationDataFolder folder);
public:
override sealed Platform::String ^ GetApplicationDataFolder(Microsoft::VisualStudio::Settings::ApplicationDataFolder folder);
override sealed std::wstring GetApplicationDataFolder(Microsoft::VisualStudio::Settings::ApplicationDataFolder folder);
public override sealed string GetApplicationDataFolder (Microsoft.VisualStudio.Settings.ApplicationDataFolder folder);
override this.GetApplicationDataFolder : Microsoft.VisualStudio.Settings.ApplicationDataFolder -> string
Public Overrides NotOverridable Function GetApplicationDataFolder (folder As ApplicationDataFolder) As String
Parameters
- folder
- ApplicationDataFolder
The requested folder.
Returns
The full path of the requested folder.