Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 977 Bytes

virtualizinglayoutcontext_recycleelementcore_1253021773.md

File metadata and controls

30 lines (18 loc) · 977 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.VirtualizingLayoutContext.RecycleElementCore(Microsoft.UI.Xaml.UIElement)
winrt method

Microsoft.UI.Xaml.Controls.VirtualizingLayoutContext.RecycleElementCore(Microsoft.UI.Xaml.UIElement)

-description

When implemented in a derived class, clears the specified UIElement and allows it to be either re-used or released.

-parameters

-param element

The element to clear.

-remarks

This method provides the behavior when RecycleElementCore(Microsoft.UI.Xaml.UIElement) is called.

The base implementation throws a NotImplementedException (winrt::hresult_not_implemented).

-see-also

-examples