Sprache

ContentResolver.QuerySortDirectionAscending Feld

Definition

Achtung

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

Konstanter Wert: 0 (0x00000000)

[Android.Runtime.Register("QUERY_SORT_DIRECTION_ASCENDING", 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 QuerySortDirectionAscending = 0;
[<Android.Runtime.Register("QUERY_SORT_DIRECTION_ASCENDING", 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 QuerySortDirectionAscending : Android.Content.QuerySortDirection

Feldwert

Value = 0
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_ASCENDING.

Gilt für: