Share via


VSConstants.WizardType Class

Set of wizard types.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.VSConstants.WizardType

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public NotInheritable Class WizardType
public static class WizardType
public ref class WizardType abstract sealed
[<AbstractClass>]
[<Sealed>]
type WizardType =  class end
public final class WizardType

The VSConstants.WizardType type exposes the following members.

Fields

  Name Description
Public fieldStatic member AddItem The Add Item Wizard type.
Public fieldStatic member AddSubProject The Add SubProject Wizard type.
Public fieldStatic member NewProject The New Project Wizard type.

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 Namespace