Wizard Class

The wizard for the stub project template.

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Stub..::..Wizard

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Stub
Assembly:  Microsoft.VisualStudio.Data.Tools.Package.Stub (in Microsoft.VisualStudio.Data.Tools.Package.Stub.dll)

Syntax

'Declaration
Public NotInheritable Class Wizard _
    Implements IWizard
'Usage
Dim instance As Wizard
public sealed class Wizard : IWizard
public ref class Wizard sealed : IWizard
[<SealedAttribute>]
type Wizard =  
    class
        interface IWizard
    end
public final class Wizard implements IWizard

The Wizard type exposes the following members.

Constructors

  Name Description
Public method Wizard Initializes a new instance of the Wizard class.

Top

Methods

  Name Description
Public method BeforeOpeningFile This method is required, but not used by the project stub wizard.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ProjectFinishedGenerating This method is required, but not used by the project stub wizard.
Public method ProjectItemFinishedGenerating This method is required, but not used by the project stub wizard.
Public method RunFinished This method is required, but not used by the project stub wizard.
Public method RunStarted This method opens up the dialog prompting the user to install our product.
Public method ShouldAddProjectItem This method is required, but not used by the project stub wizard.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Package.Stub Namespace