Proprietà TestStepEndEventArgs.TestStepOutcome
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property TestStepOutcome As TestOutcome
public TestOutcome TestStepOutcome { get; }
public:
property TestOutcome TestStepOutcome {
TestOutcome get ();
}
member TestStepOutcome : TestOutcome with get
function get TestStepOutcome () : TestOutcome
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome
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.