Freigeben über


DataCollectionContext.HasTestCase-Eigenschaft

Ruft einen Wert ab, der angibt, ob diesem Kontext ein ausführender Testfall zugeordnet ist.

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

Syntax

'Declaration
Public ReadOnly Property HasTestCase As Boolean
public bool HasTestCase { get; }
public:
property bool HasTestCase {
    bool get ();
}
member HasTestCase : bool with get
function get HasTestCase () : boolean

Eigenschaftswert

Typ: Boolean
true, wenn ein zugeordneter Testfall ausgeführt wird, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataCollectionContext Klasse

Microsoft.VisualStudio.TestTools.Execution-Namespace

TestExecId