IVsProjectAsyncOpen 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.
Permet d’ouvrir des éléments de manière asynchrone dans un projet.
[System.Runtime.InteropServices.Guid("101d210d-5b28-4e02-b220-19949ff4023b")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectAsyncOpen
[<System.Runtime.InteropServices.Guid("101d210d-5b28-4e02-b220-19949ff4023b")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectAsyncOpen = interface
Public Interface IVsProjectAsyncOpen
- Attributs
Méthodes
OpenItemAsync(UInt32, Guid, Boolean, Object) |
Ouvre de façon asynchrone un élément dans le projet. |
OpenItemWithSpecificAsync(UInt32, UInt32, Guid, String, Guid, Boolean, Object) |
Ouvre de manière asynchrone un élément à l’aide d’un éditeur spécifique. |
ReopenItemAsync(UInt32, Guid, String, Guid, Boolean, Object) |
Rouvre de façon asynchrone un élément dans le projet. |