TextRangeProviderWrapperAddToSelection - метод
Adds to the collection of highlighted text in a text container that supports multiple, disjoint selections.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public void AddToSelection()
Public Sub AddToSelection
public:
virtual void AddToSelection() sealed
abstract AddToSelection : unit -> unit
override AddToSelection : unit -> unit
Реализации
ITextRangeProviderAddToSelection InvalidOperationException | If text provider does not support multiple, disjoint selections (that is, SupportedTextSelection must have a value of Multiple). |