Compartilhar via


IVsProjectAsyncOpen Interface

Definição

Fornece a capacidade de abrir itens de forma assíncrona em um projeto.

[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 assíncrona um item no projeto.

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

Abre de forma assíncrona um item usando um editor específico.

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

Reabra de forma assíncrona um item no projeto.

Aplica-se a