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)
。
的 android.provider.DocumentsContract.Root.FLAG_EMPTY
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。