Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
![]() |
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))]
.gif)