IWizard.RunStarted Method (Object, Dictionary<String, String>, WizardRunKind, Object[])
Visual Studio 2015
Runs custom wizard logic at the beginning of a template wizard run.
Assembly: Microsoft.VisualStudio.TemplateWizardInterface (in Microsoft.VisualStudio.TemplateWizardInterface.dll)
void RunStarted( object automationObject, Dictionary<string, string> replacementsDictionary, WizardRunKind runKind, object[] customParams )
Parameters
- automationObject
-
Type:
System.Object
The automation object being used by the template wizard.
- replacementsDictionary
-
Type:
System.Collections.Generic.Dictionary<String, String>
The list of standard parameters to be replaced.
- runKind
-
Type:
Microsoft.VisualStudio.TemplateWizard.WizardRunKind
A WizardRunKind indicating the type of wizard run.
- customParams
-
Type:
System.Object[]
The custom parameters with which to perform parameter replacement in the project.
Show: