__VSASYNCHOPENPROJECTTYPE Enum
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.
Specifies how a project can be opened.
public enum class __VSASYNCHOPENPROJECTTYPE
public enum class __VSASYNCHOPENPROJECTTYPE
enum __VSASYNCHOPENPROJECTTYPE
public enum __VSASYNCHOPENPROJECTTYPE
type __VSASYNCHOPENPROJECTTYPE =
Public Enum __VSASYNCHOPENPROJECTTYPE
- Inheritance
-
__VSASYNCHOPENPROJECTTYPE
Fields
AOPT_ASYNCHRONOUS | 1 | The project system supports the special "loading" state and needs only the project file to be successfully opened. |
AOPT_SYNCHRONOUS | 0 | None of the flags are set—the project can be opened only synchronously. |
Remarks
The VSASYNCHOPENPROJECTTYPE
enum is used with GetAsynchOpenProjectType.
COM Signature
From vsshell80.idl: