WindowInsets.ConsumeSystemWindowInsets 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回此 WindowInsets 的複本,其中系統視窗內集已完全取用。
[Android.Runtime.Register("consumeSystemWindowInsets", "()Landroid/view/WindowInsets;", "")]
public Android.Views.WindowInsets ConsumeSystemWindowInsets ();
[<Android.Runtime.Register("consumeSystemWindowInsets", "()Landroid/view/WindowInsets;", "")>]
member this.ConsumeSystemWindowInsets : unit -> Android.Views.WindowInsets
傳回
此 WindowInsets 的修改複本
- 屬性
備註
傳回此 WindowInsets 的複本,其中系統視窗內集已完全取用。
已取代這個成員。 個別取用實例的不同部分 WindowInsets
已被取代,因為 WindowInsets
包含許多不同的內嵌。 請 #CONSUMED
改用 來停止分派內嵌。
的 android.view.WindowInsets.consumeSystemWindowInsets()
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。