IWizard.RunStarted Method
Visual Studio 2012
Runs custom wizard logic at the beginning of a template wizard run.
Namespace: Microsoft.VisualStudio.TemplateWizard
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.