Compartilhar via


Método IGlyphFactory.GenerateGlyph

Gera um novo visual do glifo para determinada linha.

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: UIElement
O elemento visual para a marcação informada.

Segurança do .NET Framework

Consulte também

Referência

IGlyphFactory Interface

Namespace Microsoft.VisualStudio.Text.Editor