Lingua

DocumentsContract.Root.FlagSupportsRecents Campo

Definizione

Attenzione

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

Flag che indica che è possibile eseguire una query su questa radice per fornire documenti modificati di recente.

[Android.Runtime.Register("FLAG_SUPPORTS_RECENTS")]
[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 FlagSupportsRecents = 4;
[<Android.Runtime.Register("FLAG_SUPPORTS_RECENTS")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.DocumentRootFlags enum directly instead of this field.", true)>]
val mutable FlagSupportsRecents : Android.Provider.DocumentRootFlags

Valore del campo

Value = 4
Attributi

Commenti

Flag che indica che è possibile eseguire una query su questa radice per fornire documenti modificati di recente.

per android.provider.DocumentsContract.Root.FLAG_SUPPORTS_RECENTS.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a