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.
Returns the folder that Visual Studio uses for storing various cache, backup, template, etc. files
Namespace: Microsoft.VisualStudio.Settings
Assembly: Microsoft.VisualStudio.Settings (in Microsoft.VisualStudio.Settings.dll)
Syntax
'Declaration
Public MustOverride Function GetApplicationDataFolder ( _
folder As ApplicationDataFolder _
) As String
'Usage
Dim instance As SettingsManager
Dim folder As ApplicationDataFolder
Dim returnValue As String
returnValue = instance.GetApplicationDataFolder(folder)
public abstract string GetApplicationDataFolder(
ApplicationDataFolder folder
)
public:
virtual String^ GetApplicationDataFolder(
ApplicationDataFolder folder
) abstract
abstract GetApplicationDataFolder :
folder:ApplicationDataFolder -> string
public abstract function GetApplicationDataFolder(
folder : ApplicationDataFolder
) : String
Parameters
- folder
Type: Microsoft.VisualStudio.Settings.ApplicationDataFolder
Requested folder.
Return Value
Type: System.String
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.