다음을 통해 공유


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가 필요합니다.

현재 콘텐츠가 장면으로 표시되지 않으면 이 메서드는 null을 반환합니다.

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

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상