Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Opens an existing assembly and maps the assembly's metadata to memory. The interface provides smart opening, automatically choosing between opening the scope with or without locking. You can get an instance of this interface using the SVsSmartOpenScope (SID_SVsSmartOpenScope) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("677D16F2-982E-49E6-ACDB-797991764AD8")> _
Public Interface IVsSmartOpenScope
[InterfaceTypeAttribute()]
[GuidAttribute("677D16F2-982E-49E6-ACDB-797991764AD8")]
public interface IVsSmartOpenScope
[InterfaceTypeAttribute()]
[GuidAttribute(L"677D16F2-982E-49E6-ACDB-797991764AD8")]
public interface class IVsSmartOpenScope
[<InterfaceTypeAttribute()>]
[<GuidAttribute("677D16F2-982E-49E6-ACDB-797991764AD8")>]
type IVsSmartOpenScope = interface end
public interface IVsSmartOpenScope
The IVsSmartOpenScope type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
OpenScope | Open a scope and return a requested interface on it. |
Top
Remarks
For more information about assembly scopes, see IMetaDataDispenser::OpenScope Method.
.gif)