Metoda IVsSettingsManager.GetApplicationDataFolder — (UInt32, String)
Zwraca ścieżkę folderu dane aplikacji, Visual Studio, używanym do przechowywania różnych plików.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop.10.0 (w Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Składnia
int GetApplicationDataFolder(
uint folder,
out string folderPath
)
int GetApplicationDataFolder(
unsigned int folder,
[OutAttribute] String^% folderPath
)
abstract GetApplicationDataFolder :
folder:uint32 *
folderPath:string byref -> int
Function GetApplicationDataFolder (
folder As UInteger,
<OutAttribute> ByRef folderPath As String
) As Integer
Parametry
- folder
[w] Nazwa folderu zawierającego dane aplikacji.
- folderPath
[out] Pełna ścieżka do folderu.
Wartość zwracana
Type: System.Int32
Zwraca S_OK , jeśli ścieżka folderu został znaleziony.
Zobacz też
Interfejs IVsSettingsManager
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku