TextProviderWrapperGetSelection - метод

Retrieves a collection of disjoint text ranges associated with the current text selection or selections.

Definition

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

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

ITextRangeProvider
A collection of disjoint text ranges.

Реализации

ITextProviderGetSelection

Исключения

InvalidOperationExceptionIf the UI Automation provider does not support text selection.

См. также