IWizard2.RunStarted メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テンプレート ファイルの処理が開始されると呼び出されます。
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
にのみ有効です。