IElementFactory 接口

定义

支持创建和回收 UIElement 对象。

public interface class IElementFactory
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1979365959, 11506, 21678, 145, 230, 5, 129, 85, 111, 221, 170)]
struct IElementFactory
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1979365959, 11506, 21678, 145, 230, 5, 129, 85, 111, 221, 170)]
public interface IElementFactory
Public Interface IElementFactory
派生
属性

注解

此接口的两个具体实现是:

  1. DataTemplate
  2. DataTemplateSelector

GetElement 方法用于检索 UIElement 的有效实例。 RecycleElement 方法用于回收元素。

方法

GetElement(ElementFactoryGetArgs)

获取 UIElement 对象。

RecycleElement(ElementFactoryRecycleArgs)

回收以前使用 GetElement 检索的 UIElement

适用于

另请参阅