wizardResult Enumeration
A constant specifying the results of the wizard.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("D920605A-11DD-4A12-A8DC-10578BB08606")> _
Public Enumeration wizardResult
[GuidAttribute("D920605A-11DD-4A12-A8DC-10578BB08606")]
public enum wizardResult
[GuidAttribute(L"D920605A-11DD-4A12-A8DC-10578BB08606")]
public enum class wizardResult
[<GuidAttribute("D920605A-11DD-4A12-A8DC-10578BB08606")>]
type wizardResult
public enum wizardResult
Members
Member name | Description | |
---|---|---|
wizardResultBackOut | The user clicked the wizard's Back button, nullifying the changes made. | |
wizardResultCancel | The wizard's startup was canceled. | |
wizardResultFailure | The wizard failed to start. | |
wizardResultSuccess | The wizard started successfully. |