WebViewControlProcess.GetWebViewControls Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.