IWizard.RunStarted(Object, Dictionary<String,String>, WizardRunKind, Object[]) Метод

Определение

Выполняет пользовательскую логику мастера в начале работы мастера шаблонов.

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

Параметры

automationObject
Object

Объект автоматизации, используемый мастером шаблонов.

replacementsDictionary
Dictionary<String,String>

Список стандартных параметров, который следует заменить.

runKind
WizardRunKind

Объект WizardRunKind, указывающий тип запуска мастера.

customParams
Object[]

Настраиваемые параметры, которые используются при замещении параметров в проекте.

Применяется к