IVsSettingsManager.GetReadOnlySettingsStore(UInt32, IVsSettingsStore) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 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
弄设置接口。
返回
S_OK如果返回接口,则返回。