Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WebView Constructors

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.

Overloads

Name Description
WebView()

Initializes a new instance of the WebView class.

WebView(WebViewExecutionMode)

Initializes a new instance of the WebView class with the specified execution mode.

WebView()

Initializes a new instance of the WebView class.

public:
 WebView();
 WebView();
public WebView();
function WebView()
Public Sub New ()

See also

Applies to

WebView(WebViewExecutionMode)

Initializes a new instance of the WebView class with the specified execution mode.

public:
 WebView(WebViewExecutionMode executionMode);
 WebView(WebViewExecutionMode const& executionMode);
public WebView(WebViewExecutionMode executionMode);
function WebView(executionMode)
Public Sub New (executionMode As WebViewExecutionMode)

Parameters

executionMode
WebViewExecutionMode

A value of the enumeration that indicates whether the WebView hosts content on the UI thread or a non-UI thread.

See also

Applies to


Feedback

Was this page helpful?