0 out of 1 rated this helpful - Rate this topic

IWizard.RunStarted Method

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.