次の方法で共有


IWizard2.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, Microsoft::VisualStudio::Shell::Interop::IVsProject ^ project, System::UInt32 parentItemId);
public void RunStarted (object automationObject, System.Collections.Generic.Dictionary<string,string> replacementsDictionary, Microsoft.VisualStudio.TemplateWizard.WizardRunKind runKind, object[] customParams, Microsoft.VisualStudio.Shell.Interop.IVsProject project, uint parentItemId);
abstract member RunStarted : obj * System.Collections.Generic.Dictionary<string, string> * Microsoft.VisualStudio.TemplateWizard.WizardRunKind * obj[] * Microsoft.VisualStudio.Shell.Interop.IVsProject * uint32 -> unit
Public Sub RunStarted (automationObject As Object, replacementsDictionary As Dictionary(Of String, String), runKind As WizardRunKind, customParams As Object(), project As IVsProject, parentItemId As UInteger)

パラメーター

automationObject
Object

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

replacementsDictionary
Dictionary<String,String>

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

runKind
WizardRunKind

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

customParams
Object[]
project
IVsProject

このウィザードによって作成された項目を追加するプロジェクト。 null も指定できます。

parentItemId
UInt32

このウィザードによって作成された項目を追加するプロジェクト 項目 (通常はプロジェクト ルートまたはフォルダー) の ID。 != null の場合 project にのみ有効です。

適用対象