SettingsManager.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:
abstract System::String ^ GetApplicationDataFolder(Microsoft::VisualStudio::Settings::ApplicationDataFolder folder);
public:
abstract Platform::String ^ GetApplicationDataFolder(Microsoft::VisualStudio::Settings::ApplicationDataFolder folder);
abstract std::wstring GetApplicationDataFolder(Microsoft::VisualStudio::Settings::ApplicationDataFolder folder);
public abstract string GetApplicationDataFolder (Microsoft.VisualStudio.Settings.ApplicationDataFolder folder);
abstract member GetApplicationDataFolder : Microsoft.VisualStudio.Settings.ApplicationDataFolder -> string
Public MustOverride 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.