Share via


NewSchemaCompareWizard.RunStarted Method

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

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.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 NewSchemaCompareWizard
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
public final function RunStarted(
    automationObject : Object, 
    replacementsDictionary : Dictionary<String, String>, 
    runKind : WizardRunKind, 
    customParams : Object[]
)
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 

Parameters

  • automationObject
    Type: System.Object
    The automation object being used by the template wizard
  • customParams
    Type: array<System.Object[]
    The custom parameters with which to perform parameter replacement in the project

Implements

IWizard.RunStarted(Object, Dictionary<String, String>, WizardRunKind, array<Object[])

.NET Framework Security

See Also

Reference

NewSchemaCompareWizard Class

NewSchemaCompareWizard Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare Namespace