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
wizardResultSuccess The wizard started successfully.
wizardResultFailure The wizard failed to start.
wizardResultCancel The wizard's startup was canceled.
wizardResultBackOut The user clicked the wizard's Back button, nullifying the changes made.

See Also

Reference

EnvDTE Namespace