DocumentsContract.Root.FlagEmpty フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 ドキュメントandroid.provider.DocumentsContract.Root.FLAG_EMPTY
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。