【发布时间】:2020-09-14 10:49:43
【问题描述】:
我有一个生成 json 的控制台应用程序。
我需要使用 Visual Studio 扩展 (Vsix) 来执行此应用程序。为此,我使用命令创建了一个 VSix 项目。当我点击运行命令时,我需要运行当前项目。
我不知道该怎么做。
private void Execute(object sender, EventArgs e)
{
// Here is my method which is executed when i click it on menu
}
【问题讨论】:
标签: c# .net visual-studio-extensions vsix