Share via


CaptureElementAutomationPeer(CaptureElement) Constructor

Definition

Initializes a new instance of the CaptureElementAutomationPeer class.

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

Parameters

owner
CaptureElement

The CaptureElement instance to create the peer for.

Applies to