Compartir a través de


IVsProjectAsyncOpen Interfaz

Definición

Proporciona la capacidad de abrir elementos de forma asincrónica en un proyecto.

[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
Atributos

Métodos

OpenItemAsync(UInt32, Guid, Boolean, Object)

Abre de forma asincrónica un elemento en el proyecto.

OpenItemWithSpecificAsync(UInt32, UInt32, Guid, String, Guid, Boolean, Object)

Abre de forma asincrónica un elemento mediante un editor específico.

ReopenItemAsync(UInt32, Guid, String, Guid, Boolean, Object)

Vuelve a abrir de forma asincrónica un elemento en el proyecto.

Se aplica a