PivotItemDataAutomationPeer(Object, PivotAutomationPeer) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.