WebViewControl.Process Property
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 the process that the control is hosted in.
public:
property WebViewControlProcess ^ Process { WebViewControlProcess ^ get(); };
WebViewControlProcess Process();
public WebViewControlProcess Process { get; }
var webViewControlProcess = webViewControl.process;
Public ReadOnly Property Process As WebViewControlProcess
Property Value
The process that the control is hosted in.