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

表示原始数据值的 Object

注解

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

适用于