Metoda IVsSettingsManager.GetReadOnlySettingsStore — (UInt32, IVsSettingsStore)
Zwraca IVsSettingsStore interfejs dla żądanego zakresu, który może służyć do operacji w trybie tylko do odczytu.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop.10.0 (w Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Składnia
int GetReadOnlySettingsStore(
uint scope,
out IVsSettingsStore store
)
int GetReadOnlySettingsStore(
unsigned int scope,
[OutAttribute] IVsSettingsStore^% store
)
abstract GetReadOnlySettingsStore :
scope:uint32 *
store:IVsSettingsStore byref -> int
Function GetReadOnlySettingsStore (
scope As UInteger,
<OutAttribute> ByRef store As IVsSettingsStore
) As Integer
Parametry
- scope
[w] __VsEnclosingScopes Dla kolekcji.
- store
[out] Ustawienia interfejsu.
Wartość zwracana
Type: System.Int32
Zwraca S_OK , jeśli interfejs został zwrócony.
Zobacz też
Interfejs IVsSettingsManager
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku