This topic has not yet been rated - Rate this topic

IGlyphService Interface

Gets a standard set of glyphs.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
'Declaration
Public Interface IGlyphService

The IGlyphService type exposes the following members.

  NameDescription
Public methodGetGlyphGets a glyph in the form of a WPF ImageSource.
Top

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))]
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.