言語

ListPopupWindow.SetSelection(Int32) メソッド

定義

リストの選択した位置を設定します。

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

パラメーター

position
Int32

選択に設定する位置を一覧表示します。

属性

注釈

リストの選択した位置を設定します。 #isShowing() == trueの場合にのみ有効です。

Javaドキュメント。

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

適用対象