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

반환

IList<TextSpan<TextRun>>

텍스트 범위에 포함된 TextRun 개체 목록을 가져옵니다.

적용 대상