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
line
Tipo: Microsoft.VisualStudio.Text.Formatting.IWpfTextViewLineLa riga sulla quale verrà collocato questo glifo.
tag
Tipo: Microsoft.VisualStudio.Text.Editor.IGlyphTagInformazioni sul glifo per il quale viene generato l'elemento visivo.
Valore restituito
Tipo: UIElement
Elemento visivo per il tag specificato.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.