Share via


IGlyphFactory.GenerateGlyph Method

Generates a new glyph visual for the given line.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Windows.UIElement
The visual element for the given tag.

.NET Framework Security

See Also

Reference

IGlyphFactory Interface

Microsoft.VisualStudio.Text.Editor Namespace