IWizard.RunStarted 方法
在範本精靈開始執行時執行自訂精靈邏輯。
命名空間: Microsoft.VisualStudio.TemplateWizard
組件: Microsoft.VisualStudio.TemplateWizardInterface (在 Microsoft.VisualStudio.TemplateWizardInterface.dll 中)
語法
'宣告
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[]
)
參數
- automationObject
型別:System.Object
由範本精靈所使用的 Automation 物件。
- replacementsDictionary
型別:System.Collections.Generic.Dictionary<String, String>
要取代的標準參數清單。
- runKind
型別:Microsoft.VisualStudio.TemplateWizard.WizardRunKind
WizardRunKind ,表示執行的精靈類型。
- customParams
型別:array<System.Object[]
用來執行專案中參數取代的自訂參數。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。