IFormattedLine::GetOrCreateVisual Method ()

 

Gets the Visual that can be used to add this formatted text line to a VisualCollection.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Visual^ GetOrCreateVisual()

Return Value

Type: System.Windows.Media::Visual^

The Visual that can be used to add this formatted text line to a VisualCollection.

Exception Condition
ObjectDisposedException

This IWpfTextViewLine has been disposed.

Return to top
Show: