DocumentsContract.Document.FlagSupportsRename フィールド

定義

注意事項

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

ドキュメントの名前を変更できることを示すフラグ。

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

フィールド値

Value = 64
属性

注釈

ドキュメントの名前を変更できることを示すフラグ。

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

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

適用対象