TextRangeProviderWrapperGetEnclosingElement - метод

Returns the innermost control that encloses the text range.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public IRawElementProviderSimple GetEnclosingElement()

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

IRawElementProviderSimple
The enclosing control, typically the text provider that supplies the text range. However, if the text provider supports child elements such as tables or hyperlinks, then the enclosing element could be a descendant of the text provider.

Реализации

ITextRangeProviderGetEnclosingElement

См. также