次の方法で共有


interface ICoreWebView2DOMContentLoadedEventArgs

Note

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

interface ICoreWebView2DOMContentLoadedEventArgs
  : public IUnknown

Event args for the DOMContentLoaded event.

Summary

Members Descriptions
get_NavigationId The ID of the navigation which corresponds to other navigation ID properties on other navigation events.

Members

get_NavigationId

The ID of the navigation which corresponds to other navigation ID properties on other navigation events.

public HRESULT get_NavigationId(UINT64 * navigationId)