Window.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 現在のコンテンツを表す を取得します。 #FEATURE_CONTENT_TRANSITIONSを必要とします。

現在のコンテンツが Scene で表されていない場合、このメソッドは null を返します。

の Java ドキュメント android.view.Window.getContentScene()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象