__RETARGET_CHECK_OPTIONS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies some project/solution load options.
public enum class __RETARGET_CHECK_OPTIONS
public enum class __RETARGET_CHECK_OPTIONS
enum __RETARGET_CHECK_OPTIONS
public enum __RETARGET_CHECK_OPTIONS
type __RETARGET_CHECK_OPTIONS =
Public Enum __RETARGET_CHECK_OPTIONS
- Inheritance
-
__RETARGET_CHECK_OPTIONS
Fields
RCO_FIRST_SOLUTION_LOAD | 65536 | The project/solution is being loaded for the first time. |
RCO_NO_PROMPT | 1 | 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 | 0 | |
RCO_PROJECT_LOAD | 131072 | Set when called after project load. |
RCO_PROJECT_RELOAD | 1048576 | Set when called after project load. |
RCO_PROJECT_RETARGET | 524288 | Set when invoking the Retarget Project command. |
RCO_REQUIRED_ONLY | 2 | Specifies that only project that have IVsProjectTargetChange.UnloadOnCancel = true should be considered. |
RCO_SOLUTION_RETARGET | 262144 | Set when invoking the Solution Retarget command. |