TextRangeProviderWrapper.FindAttribute - метод

Returns a text range subset that has the specified attribute value.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.23
C#
public ITextRangeProvider FindAttribute(
	int attribute,
	Object val,
	bool backward
)

Параметры

attribute  Int32
The attribute to search for.
val  Object
 
backward  Boolean
true if the last occurring text range should be returned instead of the first; otherwise false.

Возвращаемое значение

ITextRangeProvider
A text range having a matching attribute and attribute value; otherwise null (null in Visual Basic).

Реализации

ITextRangeProvider.FindAttribute(Int32, Object, Boolean)

См. также