interface IWebView2WebView2

Note

This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.

interface IWebView2WebView2
  : public IUnknown

Additional functionality implemented by the primary WebView object.

Summary

Members Descriptions
Stop Stop all navigations and pending resource fetches.

You can QueryInterface for this interface from the object that implements IWebView2WebView. See the IWebView2WebView interface for more details.

Members

Stop

Stop all navigations and pending resource fetches.

public HRESULT Stop()