TextRangeProviderWrapperMove - метод
Moves the text range the specified number of text units.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public int Move(
TextUnit unit,
int count
)
Public Function Move (
unit As TextUnit,
count As Integer
) As Integer
public:
virtual int Move(
TextUnit^ unit,
int count
) sealed
abstract Move :
unit : TextUnit *
count : int -> int
override Move :
unit : TextUnit *
count : int -> int
- unit TextUnit
- The text unit boundary.
- count Int32
- The number of text units to move.
A positive value moves the text range forward, a negative value moves the text range backward, and 0 has no effect.
Int32The number of units actually moved. This can be less than the number requested if either of the new text range endpoints is greater than or less than the
DocumentRange endpoints.
ITextRangeProviderMove(TextUnit, Int32)