TextSource.GetPrecedingText(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した 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
テキストの取得を停止する文字インデックス位置です。
戻り値
textSourceCharacterIndexLimit
の直前のテキスト範囲を表す CultureSpecificCharacterBufferRange 値。
注釈
直前のテキスト範囲textSourceCharacterIndexLimit
にインライン オブジェクトや非表示の実行などのテキストが含まれていない場合、このメソッドはGetPrecedingText空CultureSpecificCharacterBufferRangeを返します。
このメソッドは、前に値がない場合、長さ 0 のテキストスパンを textSourceCharacterIndexLimit
返します。