ITextRangeProvider.FindText(String, Boolean, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回包含指定文字的文字範圍子集。
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
。
傳回
符合指定之文字的文字範圍;否則為 Null (在 Visual Basic 中為 Nothing
)。
備註
隱藏和可見文字之間沒有區別。