共用方式為


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)

android.provider.DocumentsContract.Root.FLAG_EMPTYJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於