RatingControlAutomationPeer RatingControlAutomationPeer RatingControlAutomationPeer RatingControlAutomationPeer Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Exposes RatingControl types to Microsoft UI Automation.

public : class RatingControlAutomationPeer : FrameworkElementAutomationPeer, IRatingControlAutomationPeerpublic class RatingControlAutomationPeer : FrameworkElementAutomationPeer, IRatingControlAutomationPeerPublic Class RatingControlAutomationPeer Inherits FrameworkElementAutomationPeer Implements IRatingControlAutomationPeer// You can use this class in JavaScript.
Inheritance
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Inherited Members

Inherited methods

Inherited properties

Constructors

RatingControlAutomationPeer(RatingControl) RatingControlAutomationPeer(RatingControl) RatingControlAutomationPeer(RatingControl) RatingControlAutomationPeer(RatingControl)

Prerelease. Initializes a new instance of the RatingControlAutomationPeer class.

public : RatingControlAutomationPeer(RatingControl owner)public RatingControlAutomationPeer(RatingControl owner)Public Sub New(owner As RatingControl)// You can use this method in JavaScript.
Parameters
owner
RatingControl RatingControl RatingControl RatingControl

The RatingControl control instance to create the peer for.