PivotItemAutomationPeer Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates an instance of PivotItemAutomationPeer.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
'Declaration Public Sub New ( _ owner As PivotItem, _ itemsControlAutomationPeer As ItemsControlAutomationPeer _ )
Parameters
- owner
- Type: Microsoft.Phone.Controls.PivotItem
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: