SettingsManager.GetApplicationDataFolder(ApplicationDataFolder) Method

Definition

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.

Applies to