WebViewControlProcess.Terminate 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.
Terminates the process.
public:
virtual void Terminate() = Terminate;
void Terminate();
public void Terminate();
function terminate()
Public Sub Terminate ()
Remarks
This will cause the Windows.Web.UI.Interop.WebViewControlProcess.ProcessExited event to fire and any calls to any Windows.Web.UI.Interop.WebViewControl objects within this process will cause an exception to be thrown.