Condividi tramite


DocumentsContract.Document.FlagSupportsDelete Campo

Definizione

Attenzione

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

Flag che indica che un documento è eliminabile.

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

Valore del campo

Value = 4
Attributi

Commenti

Flag che indica che un documento è eliminabile.

Documentazione java per android.provider.DocumentsContract.Document.FLAG_SUPPORTS_DELETE.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a