IGlyphService Interface
Visual Studio 2015
Gets a standard set of glyphs.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | GetGlyph(StandardGlyphGroup, StandardGlyphItem) | Gets a glyph in the form of a WPF ImageSource. |
This is a MEF component part, and should be imported with the following attribute:
[Import]
If you need to export it, you may do so with the following attribute:
[Export(typeof(IGlyphService))]
Show:
