DocumentsContract.Document.FlagSupportsCopy フィールド

定義

注意事項

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

同じドキュメント プロバイダー内の別の場所にドキュメントをコピーできることを示すフラグ。

[Android.Runtime.Register("FLAG_SUPPORTS_COPY", 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 FlagSupportsCopy = 128;
[<Android.Runtime.Register("FLAG_SUPPORTS_COPY", 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 FlagSupportsCopy : Android.Provider.DocumentContractFlags

フィールド値

Value = 128
属性

注釈

同じドキュメント プロバイダー内の別の場所にドキュメントをコピーできることを示すフラグ。

android.provider.DocumentsContract.Document.FLAG_SUPPORTS_COPYJava ドキュメント。

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

適用対象