_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)

Syntax

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

Members

Member name Description
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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace