다음을 통해 공유


ItemAutomationPeer.ItemsControlAutomationPeer 속성

정의

Items 컬렉션을 보유하는 ItemsControl과 연결된 ItemsControlAutomationPeer를 가져옵니다.

ItemsControlAutomationPeer ItemsControlAutomationPeer();
public ItemsControlAutomationPeer ItemsControlAutomationPeer { get; }
var itemsControlAutomationPeer = itemAutomationPeer.itemsControlAutomationPeer;
Public ReadOnly Property ItemsControlAutomationPeer As ItemsControlAutomationPeer

속성 값

Items 컬렉션을 보유하는 ItemsControl과 연결된 ItemsControlAutomationPeer입니다.

적용 대상