SurfaceControlViewHost.SurfacePackage.SurfaceControl 属性

定义

对于需要更多控制的情况, android.view.SurfaceControl 返回与此 SurfacePackage 关联的关联。

public Android.Views.SurfaceControl SurfaceControl { [Android.Runtime.Register("getSurfaceControl", "()Landroid/view/SurfaceControl;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getSurfaceControl", "()Landroid/view/SurfaceControl;", "", ApiSince=34)>]
member this.SurfaceControl : Android.Views.SurfaceControl

属性值

与此 SurfacePackage 及其包含 SurfaceControlViewHost 关联的 SurfaceControl

属性

注解

对于需要更多控制的情况, android.view.SurfaceControl 返回与此 SurfacePackage 关联的关联。

适用于 . 的 android.view.SurfaceControlViewHost.SurfacePackage.getSurfaceControl()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于