CleanUpVirtualizedItemEventArgs.Value 属性

定义

获取表示原始数据值的一个 Object 值。

public:
 property System::Object ^ Value { System::Object ^ get(); };
public object Value { get; }
member this.Value : obj
Public ReadOnly Property Value As Object

属性值

表示 Object 原始数据值。

注解

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

适用于