MediaElementAutomationPeer(MediaElement) Constructor

Definition

Initializes a new instance of the MediaElementAutomationPeer class.

public:
 MediaElementAutomationPeer(MediaElement ^ owner);
 MediaElementAutomationPeer(MediaElement const& owner);
public MediaElementAutomationPeer(MediaElement owner);
function MediaElementAutomationPeer(owner)
Public Sub New (owner As MediaElement)

Parameters

owner
MediaElement

The owner element to create for.

Applies to