WebView2AutomationPeer(WebView2) Constructor

Definition

Initializes a new instance of the WebView2AutomationPeer class.

 WebView2AutomationPeer(WebView2 const& owner);
public WebView2AutomationPeer(WebView2 owner);
function WebView2AutomationPeer(owner)
Public Sub New (owner As WebView2)

Parameters

owner
WebView2

The WebView2 control instance to create the peer for.

Applies to