Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 832 Bytes

itextrangeprovider_findtext_1074554798.md

File metadata and controls

32 lines (22 loc) · 832 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider.FindText(System.String,System.Boolean,System.Boolean)
winrt method

Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider.FindText

-description

Returns a text range subset that contains the specified text.

-parameters

-param text

The text string to search for.

-param backward

true to return the last occurring text range instead of the first; otherwise, false.

-param ignoreCase

true to ignore case; otherwise, false.

-returns

A text range that matches the specified text; otherwise null.

-remarks

-examples

-see-also