__FRD_OUTCOME 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.
Contains flags for the framework retargeting dialog.
public enum class __FRD_OUTCOME
public enum class __FRD_OUTCOME
enum __FRD_OUTCOME
public enum __FRD_OUTCOME
type __FRD_OUTCOME =
Public Enum __FRD_OUTCOME
- Inheritance
-
__FRD_OUTCOME
Fields
Name | Value | Description |
---|---|---|
FRDO_RETARGET_TO_40 | 1 | Retarget to the .NET 4.0 framework. |
FRDO_LEAVE_UNLOADED | 2 | Prevents display of the dialog. This occurs when the user has clicked, "Don't show me again." |
FRDO_GOTO_DOWNLOAD_SITE | 3 | Display the download state display. |