IVsSmartOpenScope Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |