Activity.ContentScene 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 屬性授權中所述的詞彙使用。