IGlyphService::GetGlyph Method (StandardGlyphGroup, StandardGlyphItem)
Visual Studio 2015
Gets a glyph in the form of a WPF ImageSource.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- group
-
Type:
Microsoft.VisualStudio.Language.Intellisense::StandardGlyphGroup
The StandardGlyphGroup for this glyph.
- item
-
Type:
Microsoft.VisualStudio.Language.Intellisense::StandardGlyphItem
The StandardGlyphItem for this glyph.
Return Value
Type: System.Windows.Media::ImageSource^A valid WPF ImageSource that contains the requested glyph.
Show: