TextRangeProviderWrapperFindAttribute - метод

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

Definition

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

Параметры

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

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

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

Реализации

ITextRangeProviderFindAttribute(Int32, Object, Boolean)

См. также