다음을 통해 공유


VirtualizingLayoutContext.RecycleElementCore(UIElement) 메서드

정의

파생 클래스에서 구현되는 경우 지정된 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)을 throw합니다.

적용 대상