ItemAutomationPeer.ItemsControlAutomationPeer プロパティ

定義

Items コレクションを保持する ItemsControl に関連付けられている ItemsControlAutomationPeer を取得します。

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

プロパティ値

Items コレクションを保持する ItemsControl に関連付けられた ItemsControlAutomationPeer

適用対象