IGlyphService::GetGlyph Method (StandardGlyphGroup, StandardGlyphItem)

 

Gets a glyph in the form of a WPF ImageSource.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

ImageSource^ GetGlyph(
	StandardGlyphGroup group,
	StandardGlyphItem item
)

Return Value

Type: System.Windows.Media::ImageSource^

A valid WPF ImageSource that contains the requested glyph.

Return to top
Show: