Partager via


UITestEventArgs.UITest, propriété

Obtient ou définit l'objet UITest associé.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
Public Property UITest As UITest
    Get
    Private Set
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)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.UITest.Common.UITest
Le test d'interface utilisateur associé.

Sécurité .NET Framework

Voir aussi

Référence

UITestEventArgs Classe

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

UITest