Metoda IVsSettingsManager.GetWritableSettingsStore — (UInt32, IVsWritableSettingsStore)
Zwraca IVsWritableSettingsStore interfejs dla żądanego zakresu.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop.10.0 (w Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Składnia
int GetWritableSettingsStore(
uint scope,
out IVsWritableSettingsStore writableStore
)
int GetWritableSettingsStore(
unsigned int scope,
[OutAttribute] IVsWritableSettingsStore^% writableStore
)
abstract GetWritableSettingsStore :
scope:uint32 *
writableStore:IVsWritableSettingsStore byref -> int
Function GetWritableSettingsStore (
scope As UInteger,
<OutAttribute> ByRef writableStore As IVsWritableSettingsStore
) As Integer
Parametry
- scope
[w] Zakres wyszukiwania.
- writableStore
[out] Interfejs magazynu ustawień zapisywalny.
Wartość zwracana
Type: System.Int32
Zwraca S_OK , jeśli interfejs został zwrócony, lub E_INVALIDARG Jeśli magazyn ustawień nie jest zapisywalny.
Zobacz też
Interfejs IVsSettingsManager
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku