PivotItemAutomationPeer PivotItemAutomationPeer PivotItemAutomationPeer PivotItemAutomationPeer Class

Definition

Exposes PivotItem types to Microsoft UI Automation.

public : sealed class PivotItemAutomationPeer : FrameworkElementAutomationPeer, IPivotItemAutomationPeerpublic sealed class PivotItemAutomationPeer : FrameworkElementAutomationPeer, IPivotItemAutomationPeerPublic NotInheritable Class PivotItemAutomationPeer Inherits FrameworkElementAutomationPeer Implements IPivotItemAutomationPeer// This API is not available in Javascript.
Inheritance
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited methods

Inherited properties

Constructors

PivotItemAutomationPeer(PivotItem) PivotItemAutomationPeer(PivotItem) PivotItemAutomationPeer(PivotItem) PivotItemAutomationPeer(PivotItem)

Initializes a new instance of the PivotItemAutomationPeer class.

public : PivotItemAutomationPeer(PivotItem owner)public PivotItemAutomationPeer(PivotItem owner)Public Sub New(owner As PivotItem)// This API is not available in Javascript.
Parameters
owner
PivotItem PivotItem PivotItem PivotItem

The PivotItem to create a peer for.

See Also

See Also