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.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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)

См. также