Condividi tramite


Proprietà WebTestResultCondition.Passed

Ottiene il valore booleano che indica se il test Web viene passato.

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

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property Passed As Boolean
public override bool Passed { get; }
public:
virtual property bool Passed {
    bool get () override;
}
abstract Passed : bool with get
override Passed : bool with get
override function get Passed () : boolean

Valore proprietà

Tipo: System.Boolean
Il valore booleano che indica se il test Web viene passato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestResultCondition Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting