IVsSettingsManager::GetReadOnlySettingsStore Method (UInt32, IVsSettingsStore^)
Visual Studio 2015
Returns the IVsSettingsStore interface for the requested scope, which can be used for read-only operations.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
int GetReadOnlySettingsStore( unsigned int scope, [OutAttribute] IVsSettingsStore^% store )
Parameters
- scope
-
Type:
System::UInt32
[in] The __VsEnclosingScopes for the collections.
- store
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsSettingsStore^
[out] The settings interface.
Show: