共用方式為


RichEditTextRange.MoveStart(TextRangeUnit, Int32) 方法

定義

移動文字範圍的開始位置。

public:
 virtual int MoveStart(TextRangeUnit unit, int count) = MoveStart;
int MoveStart(TextRangeUnit const& unit, int const& count);
public int MoveStart(TextRangeUnit unit, int count);
function moveStart(unit, count)
Public Function MoveStart (unit As TextRangeUnit, count As Integer) As Integer

參數

unit
TextRangeUnit

要移動文字範圍的開始位置的單位。 預設值為 Character

count
Int32

int

要移動文字範圍的開始位置的_unit_s數目。 預設值為 1。 如果 count 大於零,則文字範圍的開始位置會往前移動,向本文結尾移動。 如果 count 小於零,則文字範圍的開始位置會向後移動,向後移動至本文的開頭。 如果 count 為零,則開始位置不會移動。

傳回

Int32

int

開始位置移動的實際_unit_s數目。 指標可以是 Null

實作

M:Windows.UI.Text.ITextRange.MoveStart(Windows.UI.Text.TextRangeUnit,System.Int32) M:Windows.UI.Text.ITextRange.MoveStart(Windows.UI.Text.TextRangeUnit,int)

適用於