共用方式為


TextSource.GetPrecedingText(Int32) 方法

定義

擷取緊接在指定 TextSource 位置之前的文字範圍。

public:
 abstract System::Windows::Media::TextFormatting::TextSpan<System::Windows::Media::TextFormatting::CultureSpecificCharacterBufferRange ^> ^ GetPrecedingText(int textSourceCharacterIndexLimit);
public abstract System.Windows.Media.TextFormatting.TextSpan<System.Windows.Media.TextFormatting.CultureSpecificCharacterBufferRange> GetPrecedingText (int textSourceCharacterIndexLimit);
abstract member GetPrecedingText : int -> System.Windows.Media.TextFormatting.TextSpan<System.Windows.Media.TextFormatting.CultureSpecificCharacterBufferRange>
Public MustOverride Function GetPrecedingText (textSourceCharacterIndexLimit As Integer) As TextSpan(Of CultureSpecificCharacterBufferRange)

參數

textSourceCharacterIndexLimit
Int32

文字擷取停止所在的字元索引位置。

傳回

TextSpan<CultureSpecificCharacterBufferRange>

CultureSpecificCharacterBufferRange 值,表示緊接在 textSourceCharacterIndexLimit 之前的文字範圍。

備註

如果緊接在之前的 textSourceCharacterIndexLimit 文字範圍不包含任何文字,例如内嵌物件或隱藏的執行,此方法 GetPrecedingText 會傳回空白 CultureSpecificCharacterBufferRange

如果前面 textSourceCharacterIndexLimit 沒有值,這個方法會傳回長度為零的文字範圍。

適用於