简体   繁体   English

Visual Studio for Mac:插件开发

[英]Visual Studio for Mac : AddIn Development

I am trying to create a custom Project configuration wizard in Visual Studio (Mac) ( like this ).我正在尝试在 Visual Studio (Mac) 中创建一个自定义项目配置向导( 像这样)。

  • Created the GUI with Xamarin Forms + GTK使用 Xamarin Forms + GTK 创建 GUI
  • Started the Addin Developemnt (As explained here )开始了插件开发(如此所述)

But how can I introduce a new screen between the project configuration wizard, which contains custom configurations.但是如何在项目配置向导之间引入一个新屏幕,其中包含自定义配置。

Update更新

Now I am trying with this link .现在我正在尝试使用此链接 But still I am trying to add Template Wizard.但我仍在尝试添加模板向导。 The configuration window is not shown.配置 window 未显示。

I was pointing wrong wizard id in the configuration file.我在配置文件中指向错误的向导 ID。

<Wizard>MyAddIn.GUI.MyConfigurationWizard</Wizard>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM