AbsSpinner.SetSelection メソッド

定義

オーバーロード

SetSelection(Int32)

アダプター データ内の特定の項目に直接ジャンプします。

SetSelection(Int32, Boolean)

アダプター データ内の特定の項目に直接ジャンプします。

SetSelection(Int32)

アダプター データ内の特定の項目に直接ジャンプします。

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

パラメーター

position
Int32

選択するデータ項目のインデックス (0 から始まる)。

属性

注釈

の Java ドキュメント android.widget.AbsSpinner.setSelection(int, boolean)

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

適用対象

SetSelection(Int32, Boolean)

アダプター データ内の特定の項目に直接ジャンプします。

[Android.Runtime.Register("setSelection", "(IZ)V", "GetSetSelection_IZHandler")]
public virtual void SetSelection (int position, bool animate);
[<Android.Runtime.Register("setSelection", "(IZ)V", "GetSetSelection_IZHandler")>]
override this.SetSelection : int * bool -> unit

パラメーター

position
Int32
animate
Boolean
属性

注釈

アダプター データ内の特定の項目に直接ジャンプします。

の Java ドキュメント android.widget.AbsSpinner.setSelection(int, boolean)

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

適用対象