__BUILDOUTOFDATEPROJECTS Enumeration
Visual Studio 2015
Specifies options for rebuilding out-of-date projects.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| BUILDOUTOFDATEPROJECTS_MAX | Automatically rebuild out-of-date projects if they do not exceed a specified count. | |
| BUILDOUTOFDATEPROJECTS_NO | Do not automatically rebuild out-of-date projects. | |
| BUILDOUTOFDATEPROJECTS_PROMPT | Prompt before rebuilding out-of-date projects. | |
| BUILDOUTOFDATEPROJECTS_YES | Automatically rebuild out-of-date projects. |
Show: