Good Resource for learning VS2019 Addins.

Jignesh Desai 101 Reputation points
2020-10-07T08:49:49.21+00:00

I am learning how to write VS2019 addin/extensions and searching for some good resource on specific questions like...

I am looking for some answers like,

  1. How to i enable my menu item, only when a specific type of project is open or selected in a solution. ?
  2. How do i iterate through files in a solution, How do i add files in a solution?
  3. Is there any dom object available through which i can access items i need from XAML files.

Any good easy article answering above would be helpful.

Regards

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,064 questions
0 comments No comments
{count} votes

2 additional answers

Sort by: Most helpful
  1. Dylan Zhu-MSFT 6,416 Reputation points
    2020-10-08T02:53:39.17+00:00

    Hi JigneshDesai,

    About visual studio extension development, you could also refer to this document: Starting to Develop Visual Studio Extensions.

    And about monetizing VS extension, you could follow this blog: Paid extensions in the Visual Studio marketplace

    Best Regards,
    Dylan

    1 person found this answer helpful.

  2. Jignesh Desai 101 Reputation points
    2020-10-07T16:28:12.523+00:00

    Thanks MichalPlutynski, that was nice link.

    I have another question for you... can we monetize a VS extension ?
    as I see extensions publish on VS marketplace is for free, I do not find it similar to how apps are published & priced at UWP Windows marketplace. (MSFT AppStore)

    can you throw any light on this?

    Regards

    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.