MediaElementAutomationPeer(MediaElement) 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 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.