Propriété UITestEventArgs.UITest
Obtient ou définit l'objet T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest associé.
Espace de noms: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
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
Valeur de propriété
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITest
Le test d'interface utilisateur associé.
Voir aussi
T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest
UITestEventArgs, classe
Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms
Retour au début