IWizard.RunStarted Method

Definition

Runs custom wizard logic at the beginning of a template wizard run.

public:
 void RunStarted(System::Object ^ automationObject, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ replacementsDictionary, Microsoft::VisualStudio::TemplateWizard::WizardRunKind runKind, cli::array <System::Object ^> ^ customParams);
public void RunStarted (object automationObject, System.Collections.Generic.Dictionary<string,string> replacementsDictionary, Microsoft.VisualStudio.TemplateWizard.WizardRunKind runKind, object[] customParams);
abstract member RunStarted : obj * System.Collections.Generic.Dictionary<string, string> * Microsoft.VisualStudio.TemplateWizard.WizardRunKind * obj[] -> unit
Public Sub RunStarted (automationObject As Object, replacementsDictionary As Dictionary(Of String, String), runKind As WizardRunKind, customParams As Object())

Parameters

automationObject
Object

The automation object being used by the template wizard.

replacementsDictionary
Dictionary<String,String>

The list of standard parameters to be replaced.

runKind
WizardRunKind

A WizardRunKind indicating the type of wizard run.

customParams
Object[]

The custom parameters with which to perform parameter replacement in the project.

Applies to