__VSASYNCHOPENPROJECTTYPE Enumeration

 

Specifies how a project can be opened.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public enum __VSASYNCHOPENPROJECTTYPE

Member nameDescription
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:

Return to top
Show: