Partager via


RunResultAndStatistics.IsPartialRun, propriété

Retourne une valeur qui indique si la série de tests associée est une série partielle.

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

Syntaxe

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

Valeur de propriété

Type : Boolean
true si la série de tests associée est une série partielle, sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

RunResultAndStatistics Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms