OneEFWizard.RunStarted Method (Object, Dictionary<String, String>, WizardRunKind, Object[])

 

This API supports the Entity Framework infrastructure and is not intended to be used directly from your code.

Namespace:   Microsoft.Data.Entity.Design.VisualStudio.ModelWizard
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

public void RunStarted(
	object automationObject,
	Dictionary<string, string> replacementsDictionary,
	WizardRunKind runKind,
	object[] customParams
)

Parameters

automationObject
Type: System.Object

The automation object.

replacementsDictionary
Type: System.Collections.Generic.Dictionary<String, String>

The replacements dictionary.

runKind
Type: Microsoft.VisualStudio.TemplateWizard.WizardRunKind

The run kind.

customParams
Type: System.Object[]

The custom parameters.