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
'宣言
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 | |
---|---|---|
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))]