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 | |
|---|---|---|
![]() |
Wizard | Initializes a new instance of the Wizard class. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
BeforeOpeningFile | This method is required, but not used by the project stub wizard. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ProjectFinishedGenerating | This method is required, but not used by the project stub wizard. |
![]() |
ProjectItemFinishedGenerating | This method is required, but not used by the project stub wizard. |
![]() |
RunFinished | This method is required, but not used by the project stub wizard. |
![]() |
RunStarted | This method opens up the dialog prompting the user to install our product. |
![]() |
ShouldAddProjectItem | This method is required, but not used by the project stub wizard. |
![]() |
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.
.gif)
.gif)