IViewContainer<T> 介面

定義

可新增至容器的項目類型。

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

類型參數

T
衍生

屬性

Children

視覺效果項目的子集合。

適用於