次の方法で共有


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()

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象