WizardRunKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration defining how the wizard will process the .vstemplate file.
public enum class WizardRunKind
public enum class WizardRunKind
enum WizardRunKind
public enum WizardRunKind
type WizardRunKind =
Public Enum WizardRunKind
- Inheritance
-
WizardRunKind
Fields
Name | Value | Description |
---|---|---|
AsNewItem | 1 | A new item template. |
AsNewProject | 2 | A new project template. |
AsMultiProject | 3 | A new multi-project template. |