共用方式為


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 實例。

適用於