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

適用於