UITestPropertyProvider.UIControl, propriété
Obtient ou définit le contrôle de test d'interface utilisateur associé.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assemblys : Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (dans Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Protected Friend Property UIControl As UITestControl
protected internal UITestControl UIControl { get; set; }
protected public:
property UITestControl^ UIControl {
UITestControl^ get ();
void set (UITestControl^ value);
}
member UIControl : UITestControl with get, set
function get UIControl () : UITestControl
function set UIControl (value : UITestControl)
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Contrôle de 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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.