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을 반환합니다.

에 대한 Java 설명서입니다 android.app.Activity.getContentScene().

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상