DocumentsContract.Document.FlagDirPrefersLastModified フィールド

定義

注意事項

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

ディレクトリの内容を #COLUMN_LAST_MODIFIED順に並べ替える必要があることを示すフラグ。

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

フィールド値

Value = 32
属性

注釈

ディレクトリの内容を #COLUMN_LAST_MODIFIED順に並べ替える必要があることを示すフラグ。 #COLUMN_MIME_TYPE#MIME_TYPE_DIRされている場合にのみ有効です。

Javaドキュメント。

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

適用対象