__RETARGET_CHECK_OPTIONS Enumeration

 

Specifies some project/solution load options.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

public enum __RETARGET_CHECK_OPTIONS

Member nameDescription
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.

Return to top
Show: