__RETARGET_CHECK_OPTIONS Enumeration
Visual Studio 2015
Specifies some project/solution load options.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
| Member name | Description | |
|---|---|---|
| RCO_FIRST_SOLUTION_LOAD | The project/solution is being loaded for the first time. | |
| RCO_NO_PROMPT | A flag used on solution load case after the first time the solution was opened. No prompt is displayed, and the load sequence proceeds with the default action on Cancel. | |
| RCO_NONE | ||
| RCO_PROJECT_LOAD | Set when called after project load. | |
| RCO_PROJECT_RELOAD | Set when called after project load. | |
| RCO_PROJECT_RETARGET | Set when invoking the Retarget Project command. | |
| RCO_REQUIRED_ONLY | Specifies that only project that have IVsProjectTargetChange.UnloadOnCancel = true should be considered. | |
| RCO_SOLUTION_RETARGET | Set when invoking the Solution Retarget command. |
Show: