CaptureElementAutomationPeer(CaptureElement) 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 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.