I have written my own Visual Studio 2015 extension and I'm wondering, if it is possible to use the standard visual studio icons for some general usecases (like search, case sensitive, start/stop, etc.)
Asked
Active
Viewed 128 times
0
-
2You can download the icons in the [Visual Studio Image Library](https://www.microsoft.com/en-us/download/details.aspx?id=35825). – BJ Myers Mar 14 '16 at 17:04
1 Answers
1
With the new Visual Studio Image Service and Image Catalog introduced in Visual Studio 2015 you can reuse standard VS icons with correct DPI scaling and theming in your extension.

Sergey Vlasov
- 26,641
- 3
- 64
- 66