Поделиться через


DocumentsContract.Document.FlagSupportsMove Поле

Определение

Внимание!

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

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

[Android.Runtime.Register("FLAG_SUPPORTS_MOVE", 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 FlagSupportsMove = 256;
[<Android.Runtime.Register("FLAG_SUPPORTS_MOVE", 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 FlagSupportsMove : Android.Provider.DocumentContractFlags

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

Value = 256
Атрибуты

Комментарии

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

Документация по Java для android.provider.DocumentsContract.Document.FLAG_SUPPORTS_MOVE.

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

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