Adapter.IgnoreItemViewType フィールド

定義

注意事項

Use 'Android.Widget.IAdapter.IgnoreItemViewType'. This class will be removed in a future release.

アイテム ビューを無視する AdapterView アイテム ビューの種類。

[Android.Runtime.Register("IGNORE_ITEM_VIEW_TYPE")]
[System.Obsolete("Use 'Android.Widget.IAdapter.IgnoreItemViewType'. This class will be removed in a future release.")]
public const int IgnoreItemViewType = -1;
[<Android.Runtime.Register("IGNORE_ITEM_VIEW_TYPE")>]
[<System.Obsolete("Use 'Android.Widget.IAdapter.IgnoreItemViewType'. This class will be removed in a future release.")>]
val mutable IgnoreItemViewType : int

フィールド値

Value = -1
属性

注釈

アイテム ビューを無視する AdapterView アイテム ビューの種類。 たとえば、クライアントが で #getView(int, View, ViewGroup)変換のために特定のビューを指定したくない場合に、これを使用できます。

android.widget.Adapter.IGNORE_ITEM_VIEW_TYPEJava ドキュメント。

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

適用対象