Sdílet prostřednictvím


TextSource.GetPrecedingText(Int32) Metoda

Definice

Načte rozsah textu bezprostředně před zadanou TextSource pozicí.

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)

Parametry

textSourceCharacterIndexLimit
Int32

Umístění indexu znaků, kde se zastaví načítání textu.

Návraty

TextSpan<CultureSpecificCharacterBufferRange>

Hodnota CultureSpecificCharacterBufferRange , která představuje rozsah textu bezprostředně před textSourceCharacterIndexLimit.

Poznámky

Metoda GetPrecedingText vrátí prázdnou hodnotu CultureSpecificCharacterBufferRange , pokud text bezprostředně před textSourceCharacterIndexLimit neobsahuje žádný text, například vložený objekt nebo skryté spuštění.

Tato metoda vrátí rozsah textu nulové délky, pokud neexistují žádné hodnoty předcházející textSourceCharacterIndexLimit.

Platí pro