ItemAutomationPeer.ItemsControlAutomationPeer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ItemsControlAutomationPeer that is associated with the ItemsControl that holds the Items collection.
ItemsControlAutomationPeer ItemsControlAutomationPeer();
public ItemsControlAutomationPeer ItemsControlAutomationPeer { get; }
var itemsControlAutomationPeer = itemAutomationPeer.itemsControlAutomationPeer;
Public ReadOnly Property ItemsControlAutomationPeer As ItemsControlAutomationPeer
Property Value
The ItemsControlAutomationPeer associated with the ItemsControl that holds the Items collection.