UITestEventArgs.UITest Property
Gets or sets the associated UITest object.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property UITest As UITest
public UITest UITest { get; private set; }
public:
property UITest^ UITest {
UITest^ get ();
private: void set (UITest^ value);
}
member UITest : UITest with get, private set
function get UITest () : UITest
private function set UITest (value : UITest)
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITest
The associated UI 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.