PivotItemDataAutomationPeer(Object, PivotAutomationPeer) Constructor

Definition

Initializes a new instance of the PivotItemDataAutomationPeer class.

public:
 PivotItemDataAutomationPeer(Platform::Object ^ item, PivotAutomationPeer ^ parent);
 PivotItemDataAutomationPeer(IInspectable const& item, PivotAutomationPeer const& parent);
public PivotItemDataAutomationPeer(object item, PivotAutomationPeer parent);
function PivotItemDataAutomationPeer(item, parent)
Public Sub New (item As Object, parent As PivotAutomationPeer)

Parameters

item
Object

Platform::Object

IInspectable

The specific data item.

parent
PivotAutomationPeer

The automation peer for the Pivot object that contains the item.

Applies to