MediaElementAutomationPeer(MediaElement) 构造函数

定义

初始化 MediaElementAutomationPeer 类的新实例。

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

参数

owner
MediaElement

要为其创建的 owner 元素。

适用于