RichEditTextRange.SetRange(Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將文字範圍的端點設定為指定的值。
public:
virtual void SetRange(int startPosition, int endPosition) = SetRange;
void SetRange(int const& startPosition, int const& endPosition);
public void SetRange(int startPosition, int endPosition);
function setRange(startPosition, endPosition)
Public Sub SetRange (startPosition As Integer, endPosition As Integer)
參數
- startPosition
-
Int32
int
文字範圍開頭的字元位置。 此參數必須小於 endPosition。
- endPosition
-
Int32
int
文字範圍結尾的字元位置。
實作
M:Windows.UI.Text.ITextRange.SetRange(System.Int32,System.Int32)
M:Windows.UI.Text.ITextRange.SetRange(int,int)