How to get icon of ProjectItem?

Hi there,

is ist possible to retrieve the icon of a ProjectItem using the DTE

- Jens


Answer this question

How to get icon of ProjectItem?

  • VenkatRaghavan

    AFAIK no, that belongs to each VS package for each .NET language / project and it is not exposed through automation. You need to capture them with an icon editor and add them you your add-in (at least I did so for my add-in).

  • nzmike

    Too bad, but thanks anyway!

  • How to get icon of ProjectItem?