IVsSettingsManager.GetApplicationDataFolder Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Function GetApplicationDataFolder ( _
    folder As UInteger, _
    <OutAttribute> ByRef folderPath As String _
) As Integer
‘사용 방법
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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsSettingsManager Interface

IVsSettingsManager Members

Microsoft.VisualStudio.Shell.Interop Namespace