IItemsView<T> 接口

定义

此接口供平台呈现器内部使用。

public interface IItemsView<T> where T : BindableObject
type IItemsView<'T (requires 'T :> BindableObject)> = interface

类型参数

T
派生

方法

CreateDefault(Object)

供平台呈现器内部使用。

SetupContent(T, Int32)

供平台呈现器内部使用。

UnhookContent(T)

供平台呈现器内部使用。

适用于