ApplicationUnderTest Class
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.
public ref class ApplicationUnderTest : Microsoft::VisualStudio::TestTools::UITesting::ApplicationBase, IDisposable
[System.CLSCompliant(true)]
public class ApplicationUnderTest : Microsoft.VisualStudio.TestTools.UITesting.ApplicationBase, IDisposable
[<System.CLSCompliant(true)>]
type ApplicationUnderTest = class
inherit ApplicationBase
interface IDisposable
Public Class ApplicationUnderTest
Inherits ApplicationBase
Implements IDisposable
Inheritance
Derived
Attributes
Implements
Constructors
Properties
Methods
CaptureImage()
(Inherited from UITestControl )
Close()
CopyFrom(UITestControl)
(Inherited from UITestControl )
Dispose()
Dispose(Boolean)
DrawHighlight()
(Inherited from UITestControl )
EnsureClickable()
(Inherited from UITestControl )
EnsureClickable(Point)
(Inherited from UITestControl )
Equals(Object)
(Inherited from UITestControl )
Find()
FindMatchingControls()
(Inherited from UITestControl )
FromProcess(Process)
GetChildren()
(Inherited from UITestControl )
GetClickablePoint()
(Inherited from UITestControl )
GetHashCode()
(Inherited from UITestControl )
GetParent()
(Inherited from UITestControl )
GetProperty(String)
(Inherited from UITestControl )
GetUITestControlsForSearch()
(Inherited from UITestControl )
Launch(ProcessStartInfo)
Launch(String, String, String, String, SecureString, String)
Launch(String, String, String)
Launch(String, String)
Launch(String)
SetFocus()
(Inherited from UITestControl )
SetProperty(String, Object)
(Inherited from UITestControl )
Shutdown()
ToString()
(Inherited from UITestControl )
TryFind()
(Inherited from UITestControl )
TryGetClickablePoint(Point)
(Inherited from UITestControl )
WaitForControlCondition(Predicate<UITestControl>, Int32)
(Inherited from UITestControl )
WaitForControlCondition(Predicate<UITestControl>)
(Inherited from UITestControl )
WaitForControlEnabled()
(Inherited from UITestControl )
WaitForControlEnabled(Int32)
(Inherited from UITestControl )
WaitForControlExist()
(Inherited from UITestControl )
WaitForControlExist(Int32)
(Inherited from UITestControl )
WaitForControlNotExist()
(Inherited from UITestControl )
WaitForControlNotExist(Int32)
(Inherited from UITestControl )
WaitForControlPropertyEqual(String, Object, Int32)
(Inherited from UITestControl )
WaitForControlPropertyEqual(String, Object)
(Inherited from UITestControl )
WaitForControlPropertyNotEqual(String, Object, Int32)
(Inherited from UITestControl )
WaitForControlPropertyNotEqual(String, Object)
(Inherited from UITestControl )
WaitForControlReady()
(Inherited from UITestControl )
WaitForControlReady(Int32)
(Inherited from UITestControl )
Applies to