TextRangeProviderWrapperFindText - метод

Returns a text range subset that contains the specified text.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public ITextRangeProvider FindText(
	string text,
	bool backward,
	bool ignoreCase
)

Параметры

text  String
The text string to search for.
backward  Boolean
if the last occurring text range should be returned instead of the first; otherwise .
ignoreCase  Boolean
if case should be ignored; otherwise .

Возвращаемое значение

ITextRangeProvider
A text range matching the specified text; otherwise null ( in Visual Basic).

Реализации

ITextRangeProviderFindText(String, Boolean, Boolean)

См. также