IWizard.RunStarted メソッド

更新 : 2007 年 11 月

テンプレート ウィザードの実行開始時にカスタム ウィザードのロジックを実行します。

名前空間 :  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() _
)
'使用
Dim instance As IWizard
Dim automationObject As Object
Dim replacementsDictionary As Dictionary(Of String, String)
Dim runKind As WizardRunKind
Dim customParams As Object()

instance.RunStarted(automationObject, _
    replacementsDictionary, runKind, _
    customParams)
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
)
function RunStarted(
    automationObject : Object, 
    replacementsDictionary : Dictionary<String, String>, 
    runKind : WizardRunKind, 
    customParams : Object[]
)

パラメータ

  • automationObject
    型 : System.Object

    テンプレート ウィザードで使用されているオートメーション オブジェクト。

  • customParams
    型 : array<System.Object[]

    プロジェクトでパラメータの置換を実行する際に使用するカスタム パラメータ。

アクセス許可

  • 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

IWizard インターフェイス

IWizard メンバ

Microsoft.VisualStudio.TemplateWizard 名前空間