Sdílet prostřednictvím


TextLine.GetTextRunSpans Metoda

Definice

Získá kolekci TextRun objektů v rozsahu textu, které jsou obsaženy v řádku.

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

Návraty

Získá seznam TextRun objektů obsažených v textovém rozsahu.

Platí pro