TextRangeProviderWrapperFindAttribute - метод
Returns a text range subset that has the specified attribute value.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public ITextRangeProvider FindAttribute(
int attribute,
Object val,
bool backward
)
Public Function FindAttribute (
attribute As Integer,
val As Object,
backward As Boolean
) As ITextRangeProvider
public:
virtual ITextRangeProvider^ FindAttribute(
int attribute,
Object^ val,
bool backward
) sealed
abstract FindAttribute :
attribute : int *
val : Object *
backward : bool -> ITextRangeProvider
override FindAttribute :
attribute : int *
val : Object *
backward : bool -> ITextRangeProvider
- 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 .
ITextRangeProviderA text range having a matching attribute and attribute value; otherwise null (
in Visual Basic).
ITextRangeProviderFindAttribute(Int32, Object, Boolean)