共用方式為


ITextRangeProvider.FindText(String, Boolean, Boolean) 方法

定義

傳回包含指定文字的文字範圍子集。

public:
 ITextRangeProvider ^ FindText(Platform::String ^ text, bool backward, bool ignoreCase);
ITextRangeProvider FindText(winrt::hstring const& text, bool const& backward, bool const& ignoreCase);
public ITextRangeProvider FindText(string text, bool backward, bool ignoreCase);
function findText(text, backward, ignoreCase)
Public Function FindText (text As String, backward As Boolean, ignoreCase As Boolean) As ITextRangeProvider

參數

text
String

Platform::String

winrt::hstring

要搜尋的文字字串。

backward
Boolean

bool

true 會傳回最後發生的文字範圍,而不是第一個;否則為 false

ignoreCase
Boolean

bool

true 表示忽略大小寫;否則為 false

傳回

符合指定文字的文字範圍;否則為 null。

適用於