IGlyphService Interface

Gets a standard set of glyphs.

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

Syntax

'Declaration
Public Interface IGlyphService
public interface IGlyphService
public interface class IGlyphService
type IGlyphService =  interface end
public interface IGlyphService

The IGlyphService type exposes the following members.

Methods

  Name Description
Public method GetGlyph Gets a glyph in the form of a WPF ImageSource.

Top

Remarks

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))]

See Also

Reference

Microsoft.VisualStudio.Language.Intellisense Namespace