__VSCREATEPROJFLAGS2 Enumeration
Visual Studio 2015
Controls how a project is created or opened.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| CPF_DEFERREDSAVE | Project is "zero-impact": permanent save is performed explicitly via File.SaveAll. | |
| CPF_OPEN_ASYNCHRONOUSLY | Project is being opened asynchronously, that is. it is possible that not all files are on disk yet. | |
| CPF_OPEN_STANDALONE | Commands to open the project specified and not look for a solution containing the project. Valid only with CPF_OPENFILE. |
__VSCREATEPROJFLAGS2 extends the enumerations provided by __VSCREATEPROJFLAGS.
From vsshell.idl:
Show: