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 и используемых в соответствии с условиями, описанными в разделе "".