OneEFWizard.RunStarted Method
[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]
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)
Syntax
'Declaration
Public Sub RunStarted ( _
automationObject As Object, _
replacementsDictionary As Dictionary(Of String, String), _
runKind As WizardRunKind, _
customParams As Object() _
)
'Usage
Dim instance As OneEFWizard
Dim automationObject As Object
Dim replacementsDictionary As Dictionary(Of String, String)
Dim runKind As WizardRunKind
Dim customParams As Object()
instance.RunStarted(automationObject, _
replacementsDictionary, runKind, _
customParams)
public void RunStarted(
Object automationObject,
Dictionary<string, string> replacementsDictionary,
WizardRunKind runKind,
Object[] customParams
)
public:
virtual void RunStarted(
Object^ automationObject,
Dictionary<String^, String^>^ replacementsDictionary,
WizardRunKind runKind,
array<Object^>^ customParams
) sealed
abstract RunStarted :
automationObject:Object *
replacementsDictionary:Dictionary<string, string> *
runKind:WizardRunKind *
customParams:Object[] -> unit
override RunStarted :
automationObject:Object *
replacementsDictionary:Dictionary<string, string> *
runKind:WizardRunKind *
customParams:Object[] -> unit
public final function RunStarted(
automationObject : Object,
replacementsDictionary : Dictionary<String, String>,
runKind : WizardRunKind,
customParams : Object[]
)
Parameters
- automationObject
Type: System.Object
The automation object.
- replacementsDictionary
Type: System.Collections.Generic.Dictionary<String, String>
The replacements dictionary.
- runKind
Type: WizardRunKind
The run kind.
- customParams
Type: System.Object[]
The custom parameters.
Implements
IWizardRunStarted(Object, DictionaryString, String, WizardRunKind, Object)
See Also
Reference
Microsoft.Data.Entity.Design.VisualStudio.ModelWizard Namespace