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_RootVisualTarget The RootVisualTarget is a visual in the hosting app's visual tree.
get_UIAProvider Returns the UI Automation Provider for the WebView.
put_RootVisualTarget Set the RootVisualTarget property.

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

Members

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.

get_UIAProvider

Returns the UI Automation Provider for the WebView.

public HRESULT get_UIAProvider(IUnknown ** provider)

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

put_RootVisualTarget

Set the RootVisualTarget property.

public HRESULT put_RootVisualTarget(IUnknown * target)