UITestEventArgs.UITest (Propiedad)

Obtiene o establece el objeto UITest asociado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.UITest
Prueba de IU asociada.

Seguridad de .NET Framework

Vea también

Referencia

UITestEventArgs Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

UITest