IVsAsynchronousProjectCreate 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.
Creates projects asynchronously. This interface is implemented by project factories to support background solution load (BSL).
public interface class IVsAsynchronousProjectCreatepublic interface class IVsAsynchronousProjectCreate__interface IVsAsynchronousProjectCreate[System.Runtime.InteropServices.Guid("D1BB7312-01F8-49F7-8E9A-087434BD154A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsynchronousProjectCreate[<System.Runtime.InteropServices.Guid("D1BB7312-01F8-49F7-8E9A-087434BD154A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsynchronousProjectCreate = interfacePublic Interface IVsAsynchronousProjectCreate- Attributes
Methods
| CanCreateProjectAsynchronously(Guid, String, UInt32) | Indicates if the project can be created asynchronously. | 
| CreateProjectAsync(Guid, String, String, String, UInt32) | Creates a project asynchronously. | 
| OnBeforeCreateProjectAsync(Guid, String, String, String, UInt32) | Called if  |