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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.