IVsAsynchronousProjectCreateUI Interface

Definition

Notifies a client when the loading project reaches the provisioned state.

public interface class IVsAsynchronousProjectCreateUI
public interface class IVsAsynchronousProjectCreateUI
__interface IVsAsynchronousProjectCreateUI
[System.Runtime.InteropServices.Guid("808D838C-5821-4E4D-9399-0AB656A64E48")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsynchronousProjectCreateUI
[<System.Runtime.InteropServices.Guid("808D838C-5821-4E4D-9399-0AB656A64E48")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsynchronousProjectCreateUI = interface
Public Interface IVsAsynchronousProjectCreateUI
Attributes

Methods

OnAfterProjectProvisioned(IVsHierarchy)

Called when a project that supports Asynchronous Solution Load is loaded in the background.

Applies to