Is it possible to “extend” the visual studio property grid so that new properties
will show up after add a dependency (assembly) ? Or is this only possible using addons.
For example a new property under “build action”.
Hopefully its clear what i want to do.
Thanks a lot!
See
Implementing and Using Automation Extendersto get started.EnvDTE.IExtenderProvideris what you want. I don’t have any experience with implementing it though.