Share via


IVsProjectAsyncOpen Interface

Definition

Provides the ability to asynchronously open items in a project.

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

Methods

Name Description
OpenItemAsync(UInt32, Guid, Boolean, Object)

Asynchronously opens an item in the project.

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

Asynchronously opens an item using a specific editor.

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

Asynchronously reopens an item in the project.

Applies to