IUITestBuilder.UITest Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the associated user interface test.

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

Syntax

'Declaration
ReadOnly Property UITest As UITest
UITest UITest { get; }
property UITest^ UITest {
    UITest^ get ();
}
abstract UITest : UITest
function get UITest () : UITest

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITest
The associated user interface test.

.NET Framework Security

See Also

Reference

IUITestBuilder Interface

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

UITest