Partager via


IGlyphFactory.GenerateGlyph, méthode

Génère un nouveau glyphe visuel pour la ligne spécifiée.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
Function GenerateGlyph ( _
    line As IWpfTextViewLine, _
    tag As IGlyphTag _
) As UIElement
UIElement GenerateGlyph(
    IWpfTextViewLine line,
    IGlyphTag tag
)
UIElement^ GenerateGlyph(
    IWpfTextViewLine^ line, 
    IGlyphTag^ tag
)
abstract GenerateGlyph : 
        line:IWpfTextViewLine * 
        tag:IGlyphTag -> UIElement
function GenerateGlyph(
    line : IWpfTextViewLine, 
    tag : IGlyphTag
) : UIElement

Paramètres

Valeur de retour

Type : UIElement
Élément visuel pour la balise spécifiée.

Sécurité .NET Framework

Voir aussi

Référence

IGlyphFactory Interface

Microsoft.VisualStudio.Text.Editor, espace de noms