Sdílet prostřednictvím


IWizard.RunStarted – metoda

Spustí Průvodce vlastní logiku začátku šablony průvodce spustit.

Obor názvů:  Microsoft.VisualStudio.TemplateWizard
Sestavení:  Microsoft.VisualStudio.TemplateWizardInterface (v Microsoft.VisualStudio.TemplateWizardInterface.dll)

Syntaxe

'Deklarace
Sub RunStarted ( _
    automationObject As Object, _
    replacementsDictionary As Dictionary(Of String, String), _
    runKind As WizardRunKind, _
    customParams As Object() _
)
void RunStarted(
    Object automationObject,
    Dictionary<string, string> replacementsDictionary,
    WizardRunKind runKind,
    Object[] customParams
)
void RunStarted(
    Object^ automationObject, 
    Dictionary<String^, String^>^ replacementsDictionary, 
    WizardRunKind runKind, 
    array<Object^>^ customParams
)
abstract RunStarted : 
        automationObject:Object * 
        replacementsDictionary:Dictionary<string, string> * 
        runKind:WizardRunKind * 
        customParams:Object[] -> unit 
function RunStarted(
    automationObject : Object, 
    replacementsDictionary : Dictionary<String, String>, 
    runKind : WizardRunKind, 
    customParams : Object[]
)

Parametry

  • automationObject
    Typ: System.Object
    Automatizační objekt používá Průvodce šablonou.
  • customParams
    Typ: array<System.Object[]
    Vlastní parametry, které provádět nahrazení parametru v projektu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IWizard Rozhraní

Microsoft.VisualStudio.TemplateWizard – obor názvů