IVsProjectAsyncOpen Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |