Partager via


TestRun.AutoSaveResults, propriété

Obtient ou définit une valeur booléenne qui indique si les résultats des tests ont été enregistrés automatiquement.

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

Syntaxe

'Déclaration
Public Property AutoSaveResults As Boolean
    Get
    Set
public bool AutoSaveResults { get; set; }
public:
property bool AutoSaveResults {
    bool get ();
    void set (bool value);
}
member AutoSaveResults : bool with get, set
function get AutoSaveResults () : boolean
function set AutoSaveResults (value : boolean)

Valeur de propriété

Type : System.Boolean
true si les résultats des tests ont été enregistrés automatiquement ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

TestRun Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms