Window.RootSurfaceControl プロパティ

定義

これは、コンテンツ ビューが追加される前に null になります。例:

public virtual Android.Views.IAttachedSurfaceControl? RootSurfaceControl { [Android.Runtime.Register("getRootSurfaceControl", "()Landroid/view/AttachedSurfaceControl;", "GetGetRootSurfaceControlHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getRootSurfaceControl", "()Landroid/view/AttachedSurfaceControl;", "GetGetRootSurfaceControlHandler", ApiSince=31)>]
member this.RootSurfaceControl : Android.Views.IAttachedSurfaceControl

プロパティ値

このウィンドウの android.view.AttachedSurfaceControl インターフェイス

属性

注釈

これは、コンテンツ ビューが追加される前 ( #setContentView#addContentViewなど) に null になります。 android.view.View#getRootSurfaceControlを参照してください。

Javaドキュメント。

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

適用対象