DocumentsContract.Document.FlagSupportsSettings フィールド

定義

注意事項

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

ドキュメントにユーザーが構成できる設定があることを示すフラグ。

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

フィールド値

Value = 2048
属性

注釈

ドキュメントにユーザーが構成できる設定があることを示すフラグ。

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

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

適用対象