IVsSmartOpenScope Interface

Définition

Ouvre un assembly existant et mappe les métadonnées de l'assembly dans la mémoire. L'interface fournit l'ouverture intelligente, en choisissant automatiquement entre l'ouverture de la portée avec ou sans verrouillage. Vous pouvez obtenir une instance de cette interface à l'aide du service SVsSmartOpenScope (SID_SVsSmartOpenScope).

public interface class IVsSmartOpenScope
public interface class IVsSmartOpenScope
__interface IVsSmartOpenScope
[System.Runtime.InteropServices.Guid("677D16F2-982E-49E6-ACDB-797991764AD8")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSmartOpenScope
[<System.Runtime.InteropServices.Guid("677D16F2-982E-49E6-ACDB-797991764AD8")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSmartOpenScope = interface
Public Interface IVsSmartOpenScope
Attributs

Remarques

Pour plus d’informations sur les portées d’assembly, consultez la méthode OpenScope.

Méthodes

OpenScope(String, UInt32, Guid, Object)

Ouvre une portée et retourne une interface demandée la concernant.

S’applique à