ArrayAdapter.SetDropDownViewResource(Int32) メソッド

定義

ドロップダウン ビューを作成するレイアウト リソースを設定します。

[Android.Runtime.Register("setDropDownViewResource", "(I)V", "GetSetDropDownViewResource_IHandler")]
public virtual void SetDropDownViewResource(int resource);
[<Android.Runtime.Register("setDropDownViewResource", "(I)V", "GetSetDropDownViewResource_IHandler")>]
abstract member SetDropDownViewResource : int -> unit
override this.SetDropDownViewResource : int -> unit

パラメーター

resource
Int32

ドロップダウン ビューを定義するレイアウト リソース

属性

注釈

ドロップダウン ビューを作成するレイアウト リソースを設定します。

Javaドキュメント。

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

適用対象