Freigeben über


RunResultAndStatistics.IsPartialRun-Eigenschaft

Gibt einen Wert zurück, der angibt, ob der zugeordnete Testlauf ein partieller Testlauf ist.

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

Syntax

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

Eigenschaftswert

Typ: Boolean
true , wenn der zugeordnete Testlauf ein partieller Testlauf ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

RunResultAndStatistics Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace