IElementFactory.GetElement(ElementFactoryGetArgs) 方法

定义

获取 UIElement 对象。

UIElement GetElement(ElementFactoryGetArgs const& args);
public UIElement GetElement(ElementFactoryGetArgs args);
function getElement(args)
Public Function GetElement (args As ElementFactoryGetArgs) As UIElement

参数

返回

UIElement 对象。

注解

调用 GetElement 时,返回的 UIElement 对象可以添加到另一个 UIElement 的可视化树中。 每次调用时,不需要使用 GetElement 来创建新实例。 返回的 UIElement 可能是已准备好重复使用的现有实例。

有关详细信息,请参阅 DataTemplate.GetElement 方法的备注。

适用于

另请参阅