Partilhar via


Propriedade RunResultAndStatistics.IsPartialRun

Retorna um valor que indica se a execução de teste associado é uma execução parcial.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public Property IsPartialRun As Boolean
    Get
    Set
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)

Valor de propriedade

Tipo: System.Boolean
true Se a execução de teste associado está parcial executar, caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

RunResultAndStatistics Classe

Namespace Microsoft.VisualStudio.TestTools.Common