IGlyphService, interface
Obtient un jeu standard de glyphes.
Espace de noms : Microsoft.VisualStudio.Language.Intellisense
Assembly : Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)
Syntaxe
'Déclaration
Public Interface IGlyphService
public interface IGlyphService
public interface class IGlyphService
type IGlyphService = interface end
public interface IGlyphService
Le type IGlyphService expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
GetGlyph | Obtient un glyphe sous forme de ImageSource WPF. |
Début
Notes
C'est un composant MEF, et doit être importée avec l'attribut suivant :
[Import]
Si vous devez l'exporter, vous pouvez le faire avec l'attribut suivant :
[Export(typeof(IGlyphService))]
Voir aussi
Référence
Microsoft.VisualStudio.Language.Intellisense, espace de noms