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
テンプレート ウィザードで使用されているオートメーション オブジェクト。
- replacementsDictionary
型 : System.Collections.Generic.Dictionary<String, String>
置き換える標準パラメーターのリスト。
- runKind
型 : Microsoft.VisualStudio.TemplateWizard.WizardRunKind
ウィザードの実行の種類を示す WizardRunKind。
- customParams
型 : array<System.Object[]
プロジェクトでパラメーターの置換を実行する際に使用するカスタム パラメーター。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。