Condividi tramite


Metodo IGlyphFactory.GenerateGlyph

Genera una nuova rappresentazione del glifo per la riga specificata.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

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

Parametri

Valore restituito

Tipo: UIElement
Elemento visivo per il tag specificato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IGlyphFactory Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Editor