How to integrate one windows application as VSIX extension

One07k-4914 101 Reputation points
2021-02-02T13:32:55.673+00:00

I have one windows application that is used for some code analysis(Like code complexity,method counts,etc).This tool will gives an idea about our code.I have to create a VSIX for this.How can i add a existing project as part of vsix.Please explain or suggest a link.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
40,377 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 31,696 Reputation points Microsoft Vendor
    2021-02-03T09:50:48.997+00:00

    Hello @One07k-4914 ,

    It is not possible to directly integrate one windows application as a VSIX extension, as their project structures are different. If you want to create a Visual Studio extension or using some customized tools in the Visual Studio, you need to start with generating a Visual Studio extension project(VSIX project).

    For your requirement, perhaps, you can try to call your windows application by customizing a button, menus, commands and etc. in the VSIX project.

    Besides, here are the related SDK, interface references which you may need to check and use: Visual Studio SDK API Reference.

    Best Regards,
    Tianyu

    • If the answer is helpful, please click "Accept Answer" and upvote it.
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.