ItemAutomationPeer.ItemsControlAutomationPeer Свойство

Определение

Возвращает ItemsControlAutomationPeer , связанный с ItemsControl , который содержит коллекцию Items .

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

Значение свойства

ItemsControlAutomationPeer, связанный с ItemsControl, который содержит коллекцию Items.

Применяется к