Microsoft.VisualStudio.TemplateWizardInterface
Specifies the filtering logic to run when a project or item is instantiated from a template.
Specifies the filtering logic to run when a project or item is instantiated from a template.
The file name extenstion of the project file.
The file name extension of the item.
The keys and values to use during parameter replacement.
Defines the logic for a template wizard extension.
Runs custom wizard logic before opening an item in the template.
The project item that will be opened.
Runs custom wizard logic when a project has finished generating.
The project that finished generating.
Runs custom wizard logic when a project item has finished generating.
The project item that finished generating.
Runs custom wizard logic when the wizard has completed all tasks.
Runs custom wizard logic at the beginning of a template wizard run.
The automation object being used by the template wizard.
The list of standard parameters to be replaced.
A indicating the type of wizard run.
The custom parameters with which to perform parameter replacement in the project.
Indicates whether the specified project item should be added to the project.
true if the project item should be added to the project; otherwise, false.
The path to the project item.
Specifies that the template wizard extension will only load templates located in the Visual Studio installation directory or one of its subdirectories.
Specifies that the template wizard extension will only load templates located in the Visual Studio installation directory or one of its subdirectories.
true to specify that the template wizard extension will only load templates located in the Visual Studio installation directory or one of its subdirectories; otherwise, false. The default is false.
Gets a value that indicates whether to disallow user templates.
true to disallow user templates; otherwise, false.
Specifies that the template wizard extension will only run when called by the specified template.
Specifies that the template wizard extension will only run when called by the specified template.
The name of the template allowed to call the template wizard extension. For example, MyTemplate.vstemplate.
Gets the name of the template allowed to call the template wizard extension.
The name of the template allowed to call the template wizard extension.
The exception that is thrown when the template wizard is backed out before it has completed.
Initializes a new instance of the .
Initializes a new instance of the class with serialized data.
The that holds the serialized object data about the exception being thrown.
The that contains contextual information about the source or destination.
The parameter is a null reference (Nothing in Visual Basic)
The class name is a null reference (Nothing in Visual Basic) or is zero (0).
Initializes a new instance of the class with the specified error message.
Initializes a new instance of the class with the specified error message and a reference to the inner exception that is the cause of this exception.
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
The HRESULT value.
The exception that is thrown when the template wizard is cancelled before it has completed.
Initializes a new instance of the class.
Initializes a new instance of the class with serialized data.
The that holds the serialized object data about the exception being thrown.
The that contains contextual information about the source or destination.
The parameter is a null reference (Nothing in Visual Basic)
The class name is a null reference (Nothing in Visual Basic) or is zero (0).
Initializes a new instance of the class with the specified error message.
Initializes a new instance of the class with the specified error message and a reference to the inner exception that is the cause of this exception.
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
The HRESULT value.
Specifies constants that define the different templates the template wizard can create.
A new multi-project template.
A new item template.
A new project template.