次の方法で共有


WebView2AutomationPeer(WebView2) コンストラクター

定義

WebView2AutomationPeer クラスの新しいインスタンスを初期化します。

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

パラメーター

owner
WebView2

ピアを作成する WebView2 コントロール インスタンス。

適用対象