VirtualizingLayoutContext.RecycleElementCore(UIElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中實作時,清除指定的 UIElement,並允許重複使用或釋放它。
本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。
protected:
virtual void RecycleElementCore(UIElement ^ element) = RecycleElementCore;
void RecycleElementCore(UIElement const& element);
protected virtual void RecycleElementCore(UIElement element);
Protected Overridable Sub RecycleElementCore (element As UIElement)
參數
- element
- UIElement
要清除的專案。
備註
這個方法提供呼叫 RecycleElement 時的行為。
基底實作會擲回 NotImplementedException (winrt::hresult_not_implemented) 。