共用方式為


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

定義

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

public:
 ITextRangeProvider ^ FindAttribute(int attributeId, Platform::Object ^ value, bool backward);
ITextRangeProvider FindAttribute(int const& attributeId, IInspectable const& value, bool const& backward);
public ITextRangeProvider FindAttribute(int attributeId, object value, bool backward);
function findAttribute(attributeId, value, backward)
Public Function FindAttribute (attributeId As Integer, value As Object, backward As Boolean) As ITextRangeProvider

參數

attributeId
Int32

int

要搜尋的屬性識別碼。

value
Object

Platform::Object

IInspectable

要搜尋的屬性值。 這個值必須符合屬性的型別。

backward
Boolean

bool

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

傳回

具有相符屬性識別碼和屬性值的文字範圍;否則 為 null

適用於