Proprietà DataCollectionContext.HasTestCase
Ottiene un valore che indica se un test case in esecuzione è associato a questo 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: Boolean
true se viene eseguito un test case associato. In caso contrario, false.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.