Sprache

DocumentsContract.Root.FlagSupportsSearch Feld

Definition

Achtung

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

Flag, das angibt, dass dieser Stamm die Suche unterstützt.

[Android.Runtime.Register("FLAG_SUPPORTS_SEARCH")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.DocumentRootFlags enum directly instead of this field.", true)]
public const Android.Provider.DocumentRootFlags FlagSupportsSearch = 8;
[<Android.Runtime.Register("FLAG_SUPPORTS_SEARCH")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.DocumentRootFlags enum directly instead of this field.", true)>]
val mutable FlagSupportsSearch : Android.Provider.DocumentRootFlags

Feldwert

Value = 8
Attribute

Hinweise

Flag, das angibt, dass dieser Stamm die Suche unterstützt.

Java Dokumentation für android.provider.DocumentsContract.Root.FLAG_SUPPORTS_SEARCH.

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.

Gilt für: