次の方法で共有


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)

プロジェクト内の項目を非同期的に再度開きます。

適用対象