IVsAsynchronousProjectCreateUI Interface

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

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
<GuidAttribute("808D838C-5821-4E4D-9399-0AB656A64E48")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsAsynchronousProjectCreateUI
[GuidAttribute("808D838C-5821-4E4D-9399-0AB656A64E48")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsynchronousProjectCreateUI
[GuidAttribute(L"808D838C-5821-4E4D-9399-0AB656A64E48")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsAsynchronousProjectCreateUI
[<GuidAttribute("808D838C-5821-4E4D-9399-0AB656A64E48")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsynchronousProjectCreateUI =  interface end
public interface IVsAsynchronousProjectCreateUI

The IVsAsynchronousProjectCreateUI type exposes the following members.

Methods

  Name Description
Public method OnAfterProjectProvisioned Called when a project that supports Asynchronous Solution Load is loaded in the background.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace