IVsAsynchronousProjectCreateUI Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |