TextRangeProviderWrapperMoveEndpointByRange - метод

Moves one endpoint of a text range to the specified endpoint of a second text range.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public void MoveEndpointByRange(
	TextPatternRangeEndpoint endpoint,
	ITextRangeProvider targetRange,
	TextPatternRangeEndpoint targetEndpoint
)

Параметры

endpoint  TextPatternRangeEndpoint
The endpoint to move.
targetRange  ITextRangeProvider
Another range from the same text provider.
targetEndpoint  TextPatternRangeEndpoint
An endpoint on the other range.

Реализации

ITextRangeProviderMoveEndpointByRange(TextPatternRangeEndpoint, ITextRangeProvider, TextPatternRangeEndpoint)

См. также