__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)

Syntax

'Declaration
Public Enumeration __VSASYNCHOPENPROJECTTYPE
public enum __VSASYNCHOPENPROJECTTYPE
public enum class __VSASYNCHOPENPROJECTTYPE
type __VSASYNCHOPENPROJECTTYPE
public enum __VSASYNCHOPENPROJECTTYPE

Members

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.

Remarks

The VSASYNCHOPENPROJECTTYPE enum is used with GetAsynchOpenProjectType.

COM Signature

From vsshell80.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace