CaptureElementAutomationPeer(CaptureElement) 构造函数

定义

初始化 CaptureElementAutomationPeer 类的新实例。

public:
 CaptureElementAutomationPeer(CaptureElement ^ owner);
 CaptureElementAutomationPeer(CaptureElement const& owner);
public CaptureElementAutomationPeer(CaptureElement owner);
function CaptureElementAutomationPeer(owner)
Public Sub New (owner As CaptureElement)

参数

owner
CaptureElement

要为其创建对等的 CaptureElement 实例。

适用于