ITextRangeProvider.FindText(String, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a text range subset that contains the specified text.
public:
System::Windows::Automation::Provider::ITextRangeProvider ^ FindText(System::String ^ text, bool backward, bool ignoreCase);
public System.Windows.Automation.Provider.ITextRangeProvider FindText (string text, bool backward, bool ignoreCase);
abstract member FindText : string * bool * bool -> System.Windows.Automation.Provider.ITextRangeProvider
Public Function FindText (text As String, backward As Boolean, ignoreCase As Boolean) As ITextRangeProvider
Parameters
- 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
.
Returns
A text range matching the specified text; otherwise null (Nothing
in Visual Basic).
Remarks
There is no differentiation between hidden and visible text.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET