Aracılığıyla paylaş


TextLine.GetTextRunSpans Yöntem

Tanım

Bir satır içinde yer alan bir metin aralığındaki nesne koleksiyonunu TextRun alır.

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

Döndürülenler

IList<TextSpan<TextRun>>

Metin aralığı içinde yer alan nesnelerin listesini TextRun alır.

Şunlara uygulanır