TextRangeProviderWrapperFindText - метод

Returns a text range subset that contains the specified text.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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)

См. также