次の方法で共有


IWizard.RunStarted メソッド

定義

テンプレート ファイルの処理が開始されると呼び出されます。

public:
 void RunStarted(System::Object ^ automationObject, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ replacementsDictionary, Microsoft::VisualStudio::TemplateWizard::WizardRunKind runKind, cli::array <System::Object ^> ^ customParams);
public void RunStarted (object automationObject, System.Collections.Generic.Dictionary<string,string> replacementsDictionary, Microsoft.VisualStudio.TemplateWizard.WizardRunKind runKind, object[] customParams);
abstract member RunStarted : obj * System.Collections.Generic.Dictionary<string, string> * Microsoft.VisualStudio.TemplateWizard.WizardRunKind * obj[] -> unit
Public Sub RunStarted (automationObject As Object, replacementsDictionary As Dictionary(Of String, String), runKind As WizardRunKind, customParams As Object())

パラメーター

automationObject
Object

ホスト プロセスのオートメーション オブジェクト。

replacementsDictionary
Dictionary<String,String>

置換の一覧と置き換えられる値。

runKind
WizardRunKind

テンプレート ファイルの処理方法について説明します。

customParams
Object[]

適用対象