EditText.SetSelection メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| SetSelection(Int32) |
|
| SetSelection(Int32, Int32) |
|
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)の利便性。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
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)の利便性。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。