Condividi tramite


Proprietà UITestPropertyProvider.UIControl

Ottiene o imposta il controllo di test dell'interfaccia utente associato.

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

Sintassi

'Dichiarazione
Protected Friend Property UIControl As UITestControl
    Get
    Set
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)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Controllo di test dell'interfaccia utente associato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestPropertyProvider Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting