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
属性

注釈

ドキュメントを親から削除できることを示すフラグ。

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

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

適用対象