IVsSettingsManager.GetReadOnlySettingsStore(UInt32, IVsSettingsStore) Method

Definition

Returns the IVsSettingsStore interface for the requested scope, which can be used for read-only operations.

C#
public int GetReadOnlySettingsStore(uint scope, out Microsoft.VisualStudio.Shell.Interop.IVsSettingsStore store);

Parameters

scope
UInt32

[in] The __VsEnclosingScopes for the collections.

store
IVsSettingsStore

[out] The settings interface.

Returns

Returns S_OK if the interface was returned.

Remarks

This method is safe to access from any thread.

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022