言語

EditText.SetSelection メソッド

定義

オーバーロード

名前 説明
SetSelection(Int32)

Selection#setSelection(Spannable, int)の利便性。

SetSelection(Int32, Int32)

Selection#setSelection(Spannable, int, int)の利便性。

SetSelection(Int32)

Selection#setSelection(Spannable, int)の利便性。

[Android.Runtime.Register("setSelection", "(I)V", "GetSetSelection_IHandler")]
public virtual void SetSelection(int index);
[<Android.Runtime.Register("setSelection", "(I)V", "GetSetSelection_IHandler")>]
abstract member SetSelection : int -> unit
override this.SetSelection : int -> unit

パラメーター

index
Int32

0 から始まるインデックス。

属性

注釈

Selection#setSelection(Spannable, int)の利便性。

Javaドキュメント。

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

適用対象

SetSelection(Int32, Int32)

Selection#setSelection(Spannable, int, int)の利便性。

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

パラメーター

start
Int32

int

stop
Int32

int

属性

注釈

Selection#setSelection(Spannable, int, int)の利便性。

Javaドキュメント。

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

適用対象