WebView2AutomationPeer(WebView2) 构造函数

定义

初始化 WebView2AutomationPeer 类的新实例。

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

参数

owner
WebView2

要为其创建对等的 WebView2 控件实例。

适用于