مشاركة عبر


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
    كائن Automation قيد الاستخدام من قبل قالب معالج.
  • customParams
    النوع: array<System.Object[]
    معلمات cusإلىm التي إلى القيام باستبدال المعلمة في مشروع.

أمن NET Framework.

راجع أيضًَا

المرجع

IWizard واجهة

IWizard الأعضاء

Microsoft.VisualStudio.TemplateWizard مساحة الاسم