IGlyphFactory::GenerateGlyph Method (IWpfTextViewLine^, IGlyphTag^)

 

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)

UIElement^ GenerateGlyph(
	IWpfTextViewLine^ line,
	IGlyphTag^ tag
)

Parameters

line
Type: Microsoft.VisualStudio.Text.Formatting::IWpfTextViewLine^

The line that this glyph will be placed on.

tag
Type: Microsoft.VisualStudio.Text.Editor::IGlyphTag^

Information about the glyph for which the visual is being generated.

Return Value

Type: System.Windows::UIElement^

The visual element for the given tag.

Return to top
Show: