Partager via


WebTestResultUnit.IsCompleted, propriété

Obtient une valeur booléenne qui indique si l'état de résultat est Terminé.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsCompleted As Boolean
    Get
public bool IsCompleted { get; }
public:
property bool IsCompleted {
    bool get ();
}
member IsCompleted : bool
function get IsCompleted () : boolean

Valeur de propriété

Type : System.Boolean
true si l'état est Terminé ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

WebTestResultUnit Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms