TextRangeProviderWrapperFindText - метод
Returns a text range subset that contains the specified text.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
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
- if the last occurring text range should be returned instead of the first; otherwise .
- ignoreCase Boolean
- if case should be ignored; otherwise .
ITextRangeProviderA text range matching the specified text; otherwise null (
in Visual Basic).
ITextRangeProviderFindText(String, Boolean, Boolean)