Condividi tramite


Proprietà RunResultAndStatistics.IsPartialRun

Restituisce un valore che indica se l'esecuzione dei test associata è un'esecuzione parziale.

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

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Boolean
true se l'esecuzione dei test associata è un'esecuzione parziale; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RunResultAndStatistics Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common