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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms
UITest