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
line
Type : Microsoft.VisualStudio.Text.Formatting.IWpfTextViewLineLigne dans laquelle ce glyphe sera inséré.
tag
Type : Microsoft.VisualStudio.Text.Editor.IGlyphTagInformations concernant le glyphe pour lequel le visuel est généré.
Valeur de retour
Type : UIElement
Élément visuel pour la balise spécifiée.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.