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.
- replacementsDictionary
Typ: System.Collections.Generic.Dictionary<String, String>
Seznam standardních parametrů nahradit.
- runKind
Typ: Microsoft.VisualStudio.TemplateWizard.WizardRunKind
A WizardRunKind označující typ spuštění průvodce.
- customParams
Typ: array<System.Object[]
Vlastní parametry, které provádět nahrazení parametru v projektu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.