DocumentsContract.Document.FlagPartial フィールド

定義

注意事項

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

ドキュメントが完全でないことを示すフラグ。その内容がダウンロードされている可能性があります。

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

フィールド値

Value = 8192
属性

注釈

ドキュメントが完全でないことを示すフラグ。その内容がダウンロードされている可能性があります。 部分ファイルを UI で開いたり、コピーしたり、移動したりすることはできません。 ただし、ダウンロードに失敗した場合は、削除して再試行できます。

の Java ドキュメント android.provider.DocumentsContract.Document.FLAG_PARTIAL

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象