次の方法で共有


ShellSettingsManager.GetApplicationDataFolder Method

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

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

Syntax

'宣言
Public Overrides Function GetApplicationDataFolder ( _
    folder As ApplicationDataFolder _
) As String
public override string GetApplicationDataFolder(
    ApplicationDataFolder folder
)

Parameters

Return Value

Type: System.String
The full path of the requested folder.

.NET Framework Security

See Also

Reference

ShellSettingsManager Class

Microsoft.VisualStudio.Shell.Settings Namespace