View.RootSurfaceControl 屬性

定義

AttachedSurfaceControl 本身不是 View,它只是包含整個檢視階層之 windowing-system 物件的介面。

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這個檢視的介面。 這只會在 和 #onDetachedFromWindow 之間 #onAttachedToWindow 呼叫 時傳回非 Null 值。

屬性

備註

AttachedSurfaceControl 本身不是 View,它只是包含整個檢視階層之 windowing-system 物件的介面。 如需指定階層的根檢視,請參閱 #getRootView

android.view.View.getRootSurfaceControl() JAVA 檔。

此頁面的部分是根據 原始碼專案所建立和共用的工作進行修改,並根據中所述的詞彙使用。

適用於