PanoramaItemAutomationPeer Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates an instance of PanoramaItemAutomationPeer.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
public PanoramaItemAutomationPeer(
PanoramaItem owner,
ItemsControlAutomationPeer itemsControlAutomationPeer
)
Parameters
- owner
- Type: Microsoft.Phone.Controls.PanoramaItem
The element that owns this instance of the peer class.
- itemsControlAutomationPeer
- Type: System.Windows.Automation.Peers.ItemsControlAutomationPeer
The element that exposes ItemsControl types to UI Automation.
Show: