__VSASYNCHOPENPROJECTTYPE Enum

Definition

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:

Applies to