ShellSettingsManager::GetApplicationDataFolder Method (ApplicationDataFolder)

 

Gets the folder that Visual Studio uses for storing various cache, backup, template, etc. files

Namespace:   Microsoft.VisualStudio.Shell.Settings
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual String^ GetApplicationDataFolder(
	ApplicationDataFolder folder
) override

Parameters

folder
Type: Microsoft.VisualStudio.Settings::ApplicationDataFolder

The requested folder.

Return Value

Type: System::String^

The full path of the requested folder.

Return to top
Show: