Condividi tramite


Proprietà DataCollectionContext.HasTestCase

Ottiene un valore che indica se un test case in esecuzione viene associato al contesto.

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean
true se un test case associato è in esecuzione; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataCollectionContext Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution

TestExecId