共用方式為


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

定義

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

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

參數

text
String

要搜尋的文字字串。

backward
Boolean

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

ignoreCase
Boolean

如果要忽略大小寫,則為 true;否則為 false

傳回

ITextRangeProvider

符合指定之文字的文字範圍;否則為 Null (在 Visual Basic 中為 Nothing)。

備註

隱藏和可見文字之間沒有區別。

適用於