共用方式為


ITextRangeProvider.FindAttribute(Int32, Object, Boolean) 方法

定義

傳回具有指定之屬性值的文字範圍子集。

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

傳回

ITextRangeProvider

具有相符屬性和屬性值的文字範圍;否則為 Null (在 Visual Basic 中為 Nothing)。

備註

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

適用於