共用方式為


Activity.ContentScene 屬性

定義

Scene擷取代表此視窗目前內容的 。

public virtual Android.Transitions.Scene? ContentScene { [Android.Runtime.Register("getContentScene", "()Landroid/transition/Scene;", "GetGetContentSceneHandler")] get; }
[<get: Android.Runtime.Register("getContentScene", "()Landroid/transition/Scene;", "GetGetContentSceneHandler")>]
member this.ContentScene : Android.Transitions.Scene

屬性值

目前顯示的場景或 Null

屬性

備註

Scene擷取代表此視窗目前內容的 。 需要 Window#FEATURE_CONTENT_TRANSITIONS

如果目前的內容不是由 Scene 表示,這個方法會傳回 null。

android.app.Activity.getContentScene()Java 檔。

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

適用於