IGlyphFactoryProvider, interface
Fournit un élément IGlyphFactory.
Espace de noms : Microsoft.VisualStudio.Text.Editor
Assembly : Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntaxe
'Déclaration
Public Interface IGlyphFactoryProvider
public interface IGlyphFactoryProvider
public interface class IGlyphFactoryProvider
type IGlyphFactoryProvider = interface end
public interface IGlyphFactoryProvider
Le type IGlyphFactoryProvider expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
GetGlyphFactory | Obtient l'élément IGlyphFactory correspondant à la marge et à l'affichage de texte spécifiés. |
Début
Notes
C'est un composant MEF, et doit être exportée avec l'attribut suivant :
[Export(typeof(IGlyphVisualProvider))]
Les exportateurs doivent fournir NameAttribute, OrderAttribute, au moins un ContentTypeAttribute, et au moins un TagTypeAttribute.