VirtualizingLayoutContext.RecycleElementCore(UIElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中实现时,清除指定的 UIElement 并允许重新使用或释放它。
protected:
virtual void RecycleElementCore(UIElement ^ element) = RecycleElementCore;
void RecycleElementCore(UIElement const& element);
protected virtual void RecycleElementCore(UIElement element);
function recycleElementCore(element)
Protected Overridable Sub RecycleElementCore (element As UIElement)
参数
- element
- UIElement
要清除的元素。
注解
此方法在调用 RecycleElementCore (Microsoft.UI.Xaml.UIElement) 时提供行为。
基本实现将引发 notImplementedException (winrt::hresult_not_implemented) 。