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
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()
public:
WebView();
WebView();
public WebView();
function WebView()
Public Sub New ()
See also
Applies to
WebView(WebViewExecutionMode)
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.