IViewContainer<T> 接口

定义

可以添加到容器的元素类型。

public interface IViewContainer<T> where T : VisualElement
type IViewContainer<'T (requires 'T :> VisualElement)> = interface

类型参数

T
派生

属性

Children

可视元素的子集合。

适用于