_NoFrameworkDialogState Enumeration

 

Represents values used for VSPROPID_NoFrameworkDialogState.

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

public enum _NoFrameworkDialogState

Member nameDescription
NOFXDS_AlwaysShowDialog

Always show the dialog box.

NOFXDS_HideDialog_KeepUnloaded

Hide the dialog and keep it unloaded.

NOFXDS_HideDialog_RetargetToFramework40

Hide the dialog about retargeting to a different .Net framework version.

Return to top
Show: