c# - Any way to add custom properties to the file properties grid in Visual Studio? -


In Visual Studio (especially, 2008 and 2010)

When you view the View.PropertiesWindow command (the default key, F4) Calling a C # project, you will get a property grid which is accompanied by a standard set of properties that apply to the project item.

Is there a way to customize the list of properties? In particular, I want to associate additional information with project items, which I later access through a visual studio extension (such as custom tools).

Thanks in advance.


Comments