IVsSmartOpenScope 接口

打开现有程序集和映射程序集的元数据到内存中。 接口提供了智能开始,会自动选择在打开范围之间有或没有锁。 使用 SVsSmartOpenScope (SID_SVsSmartOpenScope) 服务,您可以获取此接口的实例。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("677D16F2-982E-49E6-ACDB-797991764AD8")> _
Public Interface IVsSmartOpenScope
[InterfaceTypeAttribute()]
[GuidAttribute("677D16F2-982E-49E6-ACDB-797991764AD8")]
public interface IVsSmartOpenScope

IVsSmartOpenScope 类型公开以下成员。

方法

  名称 说明
公共方法 OpenScope 打开范围并返回到此的请求的接口。

页首

备注

有关程序集范围的更多信息,请参见 IMetaDataDispenser::OpenScope 方法

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间