IElementFactory.GetElement(ElementFactoryGetArgs) Method

Definition

Gets an UIElement object.

C#
public UIElement GetElement(ElementFactoryGetArgs args);

Parameters

Returns

A UIElement object.

Remarks

When you call GetElement, the UIElement object that is returned can be added to the visual tree of another UIElement. GetElement is not required to create a new instance each time it is invoked. The UIElement being returned may be an existing instance that has been prepared for re-use.

For more info, see the remarks for the DataTemplate.GetElement method.

Applies to

Product Versions
WinRT Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

See also