Campo TestElement.m_abortRunOnAgentFailure
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Restituisce il valore della proprietà AbortRunOnAgentFailure.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
<PersistenceElementNameAttribute("abortRunOnAgentFailure")> _
Protected m_abortRunOnAgentFailure As Boolean
[PersistenceElementNameAttribute("abortRunOnAgentFailure")]
protected bool m_abortRunOnAgentFailure
[PersistenceElementNameAttribute(L"abortRunOnAgentFailure")]
protected:
bool m_abortRunOnAgentFailure
[<PersistenceElementNameAttribute("abortRunOnAgentFailure")>]
val mutable m_abortRunOnAgentFailure: bool
protected var m_abortRunOnAgentFailure : boolean
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.