interface ICoreWebView2CompositionControllerInterop

interface ICoreWebView2CompositionControllerInterop
  : public IUnknown

Interop interface for the CoreWebView2CompositionController WinRT object to allow WinRT end developers to be able to use the COM interfaces as parameters for some methods.

Summary

Members Descriptions
get_AutomationProvider Returns the UI Automation Provider for the WebView.
get_RootVisualTarget The RootVisualTarget is a visual in the hosting app's visual tree.
put_RootVisualTarget Set the RootVisualTarget property.

This interface is implemented by the Microsoft.Web.WebView2.Core.CoreWebView2CompositionController runtime class.

Members

get_AutomationProvider

Returns the UI Automation Provider for the WebView.

public HRESULT get_AutomationProvider(IUnknown ** provider)

See the documentation for ICoreWebView2CompositionController::AutomationProvider for more information.

get_RootVisualTarget

The RootVisualTarget is a visual in the hosting app's visual tree.

public HRESULT get_RootVisualTarget(IUnknown ** target)

This visual is where the WebView2 will connect its visual tree. See the documentation for ICoreWebView2CompositionController::RootVisualTarget for more information.

put_RootVisualTarget

Set the RootVisualTarget property.

public HRESULT put_RootVisualTarget(IUnknown * target)