ITextRangeProvider.FindAttribute(Int32, Object, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回具有指定之屬性值的文字範圍子集。
public:
System::Windows::Automation::Provider::ITextRangeProvider ^ FindAttribute(int attribute, System::Object ^ value, bool backward);
public System.Windows.Automation.Provider.ITextRangeProvider FindAttribute (int attribute, object value, bool backward);
abstract member FindAttribute : int * obj * bool -> System.Windows.Automation.Provider.ITextRangeProvider
Public Function FindAttribute (attribute As Integer, value As Object, backward As Boolean) As ITextRangeProvider
參數
- attribute
- Int32
要搜尋的屬性。
- value
- Object
要搜尋的屬性值。 這個值必須符合屬性的型別。
- backward
- Boolean
如果傳回的是最後產生的文字範圍,而不是第一個文字範圍,則為 true
;否則為 false
。
傳回
具有相符屬性和屬性值的文字範圍;否則為 Null (在 Visual Basic 中為 Nothing
)。
備註
隱藏和可見文字之間沒有區別。