言語

DocumentsContract.Root.FlagEmpty フィールド

定義

注意事項

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

このルートが現在空であることを示すフラグ。

[Android.Runtime.Register("FLAG_EMPTY", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.DocumentRootFlags enum directly instead of this field.", true)]
public const Android.Provider.DocumentRootFlags FlagEmpty = 64;
[<Android.Runtime.Register("FLAG_EMPTY", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.DocumentRootFlags enum directly instead of this field.", true)>]
val mutable FlagEmpty : Android.Provider.DocumentRootFlags

フィールド値

Value = 64
属性

注釈

このルートが現在空であることを示すフラグ。 これは、ドキュメントを開くときにルートを非表示にするために使用できますが、ドキュメントを作成するときにルートが表示され、 #FLAG_SUPPORTS_CREATE も設定されます。 ルートが空でない場合など、このフラグの値が変更された場合は、 DocumentsContract#buildRootsUri(String)のコンテンツ変更通知を送信する必要があります。

Javaドキュメント。

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

適用対象