Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BrowserHelper::IsBrowserProcess Method (Process^)

 

Determines whether the provided process is an instance of the browser.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
virtual bool IsBrowserProcess(
	Process^ process
) abstract

Parameters

process
Type: System.Diagnostics::Process^

A Process object.

Return Value

Type: System::Boolean

true if the provided process is an instance of the browser; otherwise, false.

Return to top
Show: