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.
ApplicationUnderTest::FromProcess Method (Process^)
Creates a reference to an ApplicationUnderTest from an existing process.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Parameters
- processToWrap
-
Type:
System.Diagnostics::Process^
The process from which to create an ApplicationUnderTest reference.
Return Value
Type: Microsoft.VisualStudio.TestTools.UITesting::ApplicationUnderTest^A reference to an application from an existing process.
Show: