Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IElementFactory.GetElement(ElementFactoryGetArgs) Method

Definition

Namespace:
Windows.UI.Xaml

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets an UIElement object.

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

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

See also


Feedback

Was this page helpful?