DocumentsContract.Document.FlagSupportsSettings Campo

Definición

Precaución

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

Marca que indica que un documento tiene valores que el usuario puede configurar.

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

Valor de campo

Value = 2048
Atributos

Comentarios

Marca que indica que un documento tiene valores que el usuario puede configurar.

Java documentación para android.provider.DocumentsContract.Document.FLAG_SUPPORTS_SETTINGS.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a