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입니다.

적용 대상