TextLine.GetTextRunSpans メソッド

定義

行に含まれているテキスト範囲内の TextRun オブジェクトのコレクションを取得します。

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

戻り値

テキスト範囲に含まれている TextRun オブジェクトのリストを取得します。

適用対象