Partilhar via


Propriedade UITestEventArgs.UITest

Obtém ou define o objeto associado de UITest .

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

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.UITest
O teste associado de interface do usuário.

Segurança do .NET Framework

Consulte também

Referência

UITestEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

UITest