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.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Function GetApplicationDataFolder ( _
folder As UInteger, _
<OutAttribute> ByRef folderPath As String _
) As Integer
'Usage
Dim instance As IVsSettingsManager
Dim folder As UInteger
Dim folderPath As String
Dim returnValue As Integer
returnValue = instance.GetApplicationDataFolder(folder, _
folderPath)
int GetApplicationDataFolder(
uint folder,
out string folderPath
)
int GetApplicationDataFolder(
[InAttribute] unsigned int folder,
[OutAttribute] String^% folderPath
)
abstract GetApplicationDataFolder :
folder:uint32 *
folderPath:string byref -> int
function GetApplicationDataFolder(
folder : uint,
folderPath : String
) : int
Parameters
- folder
Type: System.UInt32
- folderPath
Type: System.String%
Return Value
Type: System.Int32
.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.