Язык

DocumentsContract.Document.FlagSupportsRemove Поле

Определение

Внимание!

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

Флаг, указывающий, что документ можно удалить из родительского элемента.

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

Значение поля

Value = 1024
Атрибуты

Комментарии

Флаг, указывающий, что документ можно удалить из родительского элемента.

Java документации по android.provider.DocumentsContract.Document.FLAG_SUPPORTS_REMOVE.

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к