IVsProjectAsyncOpen Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Offre la possibilità di aprire in modo asincrono gli elementi in un progetto.
[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
- Attributi
Metodi
OpenItemAsync(UInt32, Guid, Boolean, Object) |
Apre in modo asincrono un elemento nel progetto. |
OpenItemWithSpecificAsync(UInt32, UInt32, Guid, String, Guid, Boolean, Object) |
Apre in modo asincrono un elemento usando un editor specifico. |
ReopenItemAsync(UInt32, Guid, String, Guid, Boolean, Object) |
Riaprire in modo asincrono un elemento nel progetto. |