CleanUpVirtualizedItemEventArgs.UIElement 属性

定义

获取表示数据值的可见元素的实例。

public:
 property System::Windows::UIElement ^ UIElement { System::Windows::UIElement ^ get(); };
public System.Windows.UIElement UIElement { get; }
member this.UIElement : System.Windows.UIElement
Public ReadOnly Property UIElement As UIElement

属性值

UIElement

表示数据值的 UIElement

注解

如果 Value 为视觉元素,则其属性值将与 UIElement.

适用于