共用方式為


ITextRange.FindText(String, Int32, FindOptions) 方法

定義

搜尋範圍中的特定文字字串,如果找到,則會選取字串。

public:
 int FindText(Platform::String ^ value, int scanLength, FindOptions options);
int FindText(winrt::hstring const& value, int const& scanLength, FindOptions const& options);
public int FindText(string value, int scanLength, FindOptions options);
function findText(value, scanLength, options)
Public Function FindText (value As String, scanLength As Integer, options As FindOptions) As Integer

參數

value
String

Platform::String

winrt::hstring

要搜尋的文字字串。

scanLength
Int32

int

要搜尋的字元數上限。 它可以是下列其中一項。

options
FindOptions

執行文字搜尋時要使用的選項。

傳回

Int32

int

相符文字字串的長度,如果找不到相符的字串,則為零。

適用於