Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
interface ICoreWebView2Interop2
: public IUnknown
Interop interface for the CoreWebView2 WinRT object to allow WinRT end developers to be able to use COM interfaces as parameters for some methods.
Summary
| Members | Descriptions |
|---|---|
| GetComICoreWebView2 | Get a COM ICoreWebView2 interface corresponding to this WinRT CoreWebView2 object. |
This interface is implemented by the Microsoft.Web.WebView2.Core.CoreWebView2 runtime class.
Applies to
| Product | Introduced |
|---|---|
| WebView2 WinRT | 1.0.2651.64 |
| WebView2 WinRT Prerelease | 1.0.2646 |
Members
GetComICoreWebView2
Get a COM ICoreWebView2 interface corresponding to this WinRT CoreWebView2 object.
public HRESULT GetComICoreWebView2(ICoreWebView2 ** coreWebView2)