How to add additional tool windows to a Visual Studio Extension?

后端 未结 2 1944
渐次进展
渐次进展 2021-01-07 11:20

When creating an Extension for Visual Studio 2013 a tool window gets set up by default. However, I\'d like to have a second tool window and can\'t see how one is su

2条回答
  •  粉色の甜心
    2021-01-07 12:00

    I have created a guide:

    HOWTO: Create a toolwindow with a ToolWindowPane class in a Visual Studio package http://www.visualstudioextensibility.com/2015/02/20/mz-tools-articles-series-howto-create-a-toolwindow-with-a-toolwindowpane-class-in-a-visual-studio-package/

提交回复
热议问题