TextRangeProviderWrapperRemoveFromSelection - метод
Removes a highlighted section of text, corresponding to the caller's Start and End endpoints, from 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 RemoveFromSelection()
Public Sub RemoveFromSelection
public:
virtual void RemoveFromSelection() sealed
abstract RemoveFromSelection : unit -> unit
override RemoveFromSelection : unit -> unit
Реализации
ITextRangeProviderRemoveFromSelection InvalidOperationException | If text provider does not support multiple, disjoint selections (for example, SupportedTextSelection must have a value of Multiple). |