PersonPictureAutomationPeer PersonPictureAutomationPeer PersonPictureAutomationPeer PersonPictureAutomationPeer 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 PersonPicture types to Microsoft UI Automation.

public : class PersonPictureAutomationPeer : FrameworkElementAutomationPeer, IPersonPictureAutomationPeerpublic class PersonPictureAutomationPeer : FrameworkElementAutomationPeer, IPersonPictureAutomationPeerPublic Class PersonPictureAutomationPeer Inherits FrameworkElementAutomationPeer Implements IPersonPictureAutomationPeer// 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

PersonPictureAutomationPeer(PersonPicture) PersonPictureAutomationPeer(PersonPicture) PersonPictureAutomationPeer(PersonPicture) PersonPictureAutomationPeer(PersonPicture)

Prerelease. Initializes a new instance of the PersonPictureAutomationPeer class.

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

The PersonPicture control instance to create the peer for.