__VSASYNCHOPENPROJECTTYPE Enumeration
Visual Studio 2015
Specifies how a project can be opened.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| AOPT_ASYNCHRONOUS | The project system supports the special "loading" state and needs only the project file to be successfully opened. | |
| AOPT_SYNCHRONOUS | None of the flags are set—the project can be opened only synchronously. |
The VSASYNCHOPENPROJECTTYPE enum is used with GetAsynchOpenProjectType.
From vsshell80.idl:
Show: