Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Overrides Function GetApplicationDataFolder ( _
folder As ApplicationDataFolder _
) As String
public override string GetApplicationDataFolder(
ApplicationDataFolder folder
)
Parameters
- folder
Type: Microsoft.VisualStudio.Settings.ApplicationDataFolder
The requested folder.
Return Value
Type: System.String
The full path of the requested folder.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.