TextLine.GetTextRunSpans Methode

Definition

Ruft eine Auflistung von TextRun-Objekten in einem Textabschnitt ab, die in einer Zeile enthalten sind.

public:
 abstract System::Collections::Generic::IList<System::Windows::Media::TextFormatting::TextSpan<System::Windows::Media::TextFormatting::TextRun ^> ^> ^ GetTextRunSpans();
public abstract System.Collections.Generic.IList<System.Windows.Media.TextFormatting.TextSpan<System.Windows.Media.TextFormatting.TextRun>> GetTextRunSpans ();
abstract member GetTextRunSpans : unit -> System.Collections.Generic.IList<System.Windows.Media.TextFormatting.TextSpan<System.Windows.Media.TextFormatting.TextRun>>
Public MustOverride Function GetTextRunSpans () As IList(Of TextSpan(Of TextRun))

Gibt zurück

Ruft eine Liste von TextRun-Objekten in einem Textabschnitt ab.

Gilt für: