Share via


PivotItemAutomationPeer(PivotItem) Constructor

Definition

Initializes a new instance of the PivotItemAutomationPeer class.

 PivotItemAutomationPeer(PivotItem const& owner);
public PivotItemAutomationPeer(PivotItem owner);
function PivotItemAutomationPeer(owner)
Public Sub New (owner As PivotItem)

Parameters

owner
PivotItem

The PivotItem to create a peer for.

Applies to

See also