ShellSettingsManager.GetApplicationDataFolder(ApplicationDataFolder) 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 cache, backup, template, etc. files
public:
override System::String ^ GetApplicationDataFolder(Microsoft::VisualStudio::Settings::ApplicationDataFolder folder);
public:
override Platform::String ^ GetApplicationDataFolder(Microsoft::VisualStudio::Settings::ApplicationDataFolder folder);
override std::wstring GetApplicationDataFolder(Microsoft::VisualStudio::Settings::ApplicationDataFolder folder);
public override string GetApplicationDataFolder (Microsoft.VisualStudio.Settings.ApplicationDataFolder folder);
override this.GetApplicationDataFolder : Microsoft.VisualStudio.Settings.ApplicationDataFolder -> string
Public Overrides Function GetApplicationDataFolder (folder As ApplicationDataFolder) As String
Parameters
- folder
- ApplicationDataFolder
Requested folder.
Returns
Full path of the requested folder.
Remarks
This method is safe to access from any thread.