Freigeben über


IVsProjectAsyncOpen Schnittstelle

Definition

Bietet die Möglichkeit, Elemente in einem Projekt asynchron zu öffnen.

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

Methoden

OpenItemAsync(UInt32, Guid, Boolean, Object)

Öffnet asynchron ein Element im Projekt.

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

Öffnet asynchron ein Element mithilfe eines bestimmten Editors.

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

Öffnet ein Element im Projekt asynchron erneut.

Gilt für: