IVsSettingsManager.GetReadOnlySettingsStore(UInt32, IVsSettingsStore) 方法

定义

返回 IVsSettingsStore 请求的范围的接口,该接口可用于只读操作。

public:
 int GetReadOnlySettingsStore(System::UInt32 scope, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsSettingsStore ^ % store);
public:
 int GetReadOnlySettingsStore(unsigned int scope, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsSettingsStore ^ &  store);
int GetReadOnlySettingsStore(unsigned int scope, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsSettingsStore const & & store);
public int GetReadOnlySettingsStore (uint scope, out Microsoft.VisualStudio.Shell.Interop.IVsSettingsStore store);
abstract member GetReadOnlySettingsStore : uint32 *  -> int
Public Function GetReadOnlySettingsStore (scope As UInteger, ByRef store As IVsSettingsStore) As Integer

参数

scope
UInt32

__VsEnclosingScopes 集合的。

store
IVsSettingsStore

弄设置接口。

返回

Int32

S_OK如果返回接口,则返回。

适用于