TextLine.GetTextRunSpans Metoda

Definicja

Pobiera kolekcję TextRun obiektów w zakresie tekstowym, które znajdują się w wierszu.

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))

Zwraca

Pobiera listę TextRun obiektów zawartych w zakresie tekstu.

Dotyczy