IVsSettingsManager.GetApplicationDataFolder Method
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
'Déclaration
Function GetApplicationDataFolder ( _
folder As UInteger, _
<OutAttribute> ByRef folderPath As String _
) As Integer
'Utilisation
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.