MCPcopy Create free account
hub / github.com/MicrosoftEdge/WebView2Samples / Resume

Method Resume

SampleApps/WebView2APISample/ViewComponent.cpp:503–509  ·  view source on GitHub ↗

[Resume]

Source from the content-addressed store, hash-verified

501
502//! [Resume]
503void ViewComponent::Resume()
504{
505 wil::com_ptr<ICoreWebView2_3> webView;
506 webView = m_webView.try_query<ICoreWebView2_3>();
507 CHECK_FEATURE_RETURN_EMPTY(webView);
508 webView->Resume();
509}
510//! [Resume]
511
512//! [DefaultBackgroundColor]

Callers 1

ResumeCmdExecutedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected