IVsSettingsManager::GetApplicationDataFolder Method (UInt32, String^)

 

Returns the application data folder path that Visual Studio uses to store various files.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int GetApplicationDataFolder(
	unsigned int folder,
	[OutAttribute] String^% folderPath
)

Parameters

folder
Type: System::UInt32

[in] The name of the folder containing application data.

folderPath
Type: System::String^

[out] Complete path to the folder.

Return Value

Type: System::Int32

Returns S_OK if the folder path was found.

Return to top
Show: