TextRangeProviderWrapper.FindText - метод
Returns a text range subset that contains the specified text.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.23
public ITextRangeProvider FindText(
string text,
bool backward,
bool ignoreCase
)
Public Function FindText (
text As String,
backward As Boolean,
ignoreCase As Boolean
) As ITextRangeProvider
public:
virtual ITextRangeProvider^ FindText(
String^ text,
bool backward,
bool ignoreCase
) sealed
abstract FindText :
text : string *
backward : bool *
ignoreCase : bool -> ITextRangeProvider
override FindText :
text : string *
backward : bool *
ignoreCase : bool -> ITextRangeProvider
- text String
- The text string to search for.
- backward Boolean
- true if the last occurring text range should be returned instead of the first; otherwise false.
- ignoreCase Boolean
- true if case should be ignored; otherwise false.
ITextRangeProviderA text range matching the specified text; otherwise null (
null in Visual Basic).
ITextRangeProvider.FindText(String, Boolean, Boolean)