Share via


WebViewControlProcess.GetWebViewControls Method

Definition

Gets a vector containing all the Windows.Web.UI.Interop.WebViewControl objects hosted within this process.

public:
 virtual IVectorView<WebViewControl ^> ^ GetWebViewControls() = GetWebViewControls;
IVectorView<WebViewControl> GetWebViewControls();
public IReadOnlyList<WebViewControl> GetWebViewControls();
function getWebViewControls()
Public Function GetWebViewControls () As IReadOnlyList(Of WebViewControl)

Returns

A vector containing all the Windows.Web.UI.Interop.WebViewControl objects hosted within this process.

Applies to