DocumentsContract.Document.FlagSupportsThumbnail フィールド

定義

注意事項

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

ドキュメントをサムネイルとして表すことができることを示すフラグ。

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

フィールド値

Value = 1
属性

注釈

ドキュメントをサムネイルとして表すことができることを示すフラグ。

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

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

適用対象