Condividi tramite


Proprietà UITestEventArgs.UITest

 

Ottiene o imposta l'oggetto T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest associato.

Spazio dei nomi:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

public UITest UITest {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property UITest^ UITest {
    [CompilerGeneratedAttribute]
    UITest^ get();
    [CompilerGeneratedAttribute]
    private: void set(UITest^ value);
}
member UITest : UITest with get, private set
Public Property UITest As UITest
    Get
    Private Set
End Property

Valore proprietà

Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITest

Test dell'interfaccia utente associato.

Vedere anche

T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest
Classe UITestEventArgs
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

Torna all'inizio