Язык

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.

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

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