InputConnectionWrapper.SetSelection(Int32, Int32) メソッド

定義

追加する

[Android.Runtime.Register("setSelection", "(II)Z", "GetSetSelection_IIHandler")]
public virtual bool SetSelection (int start, int end);
[<Android.Runtime.Register("setSelection", "(II)Z", "GetSetSelection_IIHandler")>]
abstract member SetSelection : int * int -> bool
override this.SetSelection : int * int -> bool

パラメーター

start
Int32

選択範囲を開始する文字インデックス。

end
Int32

選択範囲が終了する文字インデックス。

戻り値

実装

属性

注釈

追加する

android.view.inputmethod.InputConnectionWrapper.setSelection(int, int)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象