__FRD_OUTCOME Enumeration

Contains flags for the framework retargeting dialog.

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

Syntax

'Declaration
Public Enumeration __FRD_OUTCOME
public enum __FRD_OUTCOME
public enum class __FRD_OUTCOME
type __FRD_OUTCOME
public enum __FRD_OUTCOME

Members

Member name Description
FRDO_RETARGET_TO_40 Retarget to the .NET 4.0 framework.
FRDO_LEAVE_UNLOADED Prevents display of the dialog. This occurs when the user has clicked, "Don't show me again."
FRDO_GOTO_DOWNLOAD_SITE Display the download state display.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace