rakesh
rakesh

Reputation: 113

Visual Studio 2010 Plugin - How to add error in Error List Window

I have created one plugin in Visual Studio 2010. This plugin access all the .cs files and validate the code.

Now my requirement is to show the error/warnings. And i want to show that in visual studio error list window.

I googled for one day but no success. So can anyone give me a solution.

Upvotes: 2

Views: 1246

Answers (1)

josemiguel.torres
josemiguel.torres

Reputation: 632

This is what you need: Writing to the VS ErrorList

Upvotes: 2

Related Questions