IVsProjectAsyncOpen 接口

定义

提供异步打开项目中的项的功能。

[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
属性

方法

OpenItemAsync(UInt32, Guid, Boolean, Object)

异步打开项目中的项。

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

使用特定编辑器异步打开项。

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

异步重新打开项目中的项。

适用于