ItemsControlAutomationPeer.IsVirtualized 属性

定义

获取指示 ItemsControlAutomationPeer 是否应为未虚拟化的子项返回 AutomationPeer 对象的值。

protected:
 virtual property bool IsVirtualized { bool get(); };
protected virtual bool IsVirtualized { get; }
member this.IsVirtualized : bool
Protected Overridable ReadOnly Property IsVirtualized As Boolean

属性值

Boolean

如果 ItemsControlAutomationPeer 应退回未虚拟化的子项的 AutomationPeer 对象;则为 true;如果 ItemsControlAutomationPeer 应返回所有子项的 AutomationPeer 对象,则为false

适用于