ContentResolver.QuerySortDirectionDescending Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Content.QuerySortDirection enum directly instead of this field.

Konstanter Wert: 1 (0x00000001)

[Android.Runtime.Register("QUERY_SORT_DIRECTION_DESCENDING", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.QuerySortDirection enum directly instead of this field.", true)]
public const Android.Content.QuerySortDirection QuerySortDirectionDescending = 1;
[<Android.Runtime.Register("QUERY_SORT_DIRECTION_DESCENDING", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.QuerySortDirection enum directly instead of this field.", true)>]
val mutable QuerySortDirectionDescending : Android.Content.QuerySortDirection

Feldwert

Value = 1
Attribute

Hinweise

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Java Dokumentation für android.content.ContentResolver.QUERY_SORT_DIRECTION_DESCENDING.

Gilt für: