ILocalRegistryCorrected 接口
建立本地注册的 COM 对象相对于本地 Visual Studio 注册表项。
命名空间: Microsoft.VisualStudio.Shell.Flavor
程序集: Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
语法
声明
<GuidAttribute("6d5140d3-7436-11ce-8034-00aa006009fa")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface ILocalRegistryCorrected
[GuidAttribute("6d5140d3-7436-11ce-8034-00aa006009fa")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ILocalRegistryCorrected
ILocalRegistryCorrected 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
CreateInstance | 在本地注册表列表中创建的类的实例。 | |
GetClassObjectOfClsid | 返回类对象与 CLSID。 | |
GetTypeLibOfClsid | 未实现。不要使用。 |
页首
备注
此接口类似于 ILocalRegistry,但是, IUnknown 指针将作为 IntPtr 而不是 object。 结果是实际 IUnknown 指针而不是已包装管理的代理指针。
ILocalRegistryCorrected 提供一个站点以对象和类型信息本地注册表。 该本地注册表与系统注册数据库相关;强烈供该项目。
对实现者的说明
Visual Studio 实现此接口。
对调用者的说明
此接口从 SLocalRegistry 服务中获取。