IPlaybackContext.UITestControl Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the UITestControl upon which the operation is occurring.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
ReadOnly Property UITestControl As UITestControl
    Get
'Usage
Dim instance As IPlaybackContext
Dim value As UITestControl

value = instance.UITestControl
UITestControl UITestControl { get; }
property UITestControl^ UITestControl {
    UITestControl^ get ();
}
function get UITestControl () : UITestControl
abstract UITestControl : UITestControl

Property Value

Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
The UITestControl upon which the operation is occurring.

.NET Framework Security

See Also

Reference

IPlaybackContext Interface

IPlaybackContext Members

Microsoft.VisualStudio.TestTools.UITesting Namespace