Condividi tramite


Proprietà TestElement.CreatedByUI

Ottiene o imposta un valore che indica se questo elemento è stato creato dall'interfaccia utente.

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

Sintassi

'Dichiarazione
<VisiblePropertyAttribute> _
Public Property CreatedByUI As Boolean
    Get
    Set
[VisiblePropertyAttribute]
public bool CreatedByUI { get; set; }
[VisiblePropertyAttribute]
public:
virtual property bool CreatedByUI {
    bool get () sealed;
    void set (bool value) sealed;
}
[<VisiblePropertyAttribute>]
abstract CreatedByUI : bool with get, set
[<VisiblePropertyAttribute>]
override CreatedByUI : bool with get, set
final function get CreatedByUI () : boolean
final function set CreatedByUI (value : boolean)

Valore proprietà

Tipo: System.Boolean
true se questo elemento è stato creato dall'interfaccia utente; in caso contrario, false.

Implementa

ITestElement.CreatedByUI

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestElement Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common