TestCaseEndEventArgs.TestOutcome Propriedade

Definição

Obtém ou define o TestOutcome do teste.

public:
 property Microsoft::VisualStudio::TestTools::Common::TestOutcome TestOutcome { Microsoft::VisualStudio::TestTools::Common::TestOutcome get(); };
public Microsoft.VisualStudio.TestTools.Common.TestOutcome TestOutcome { get; }
member this.TestOutcome : Microsoft.VisualStudio.TestTools.Common.TestOutcome
Public ReadOnly Property TestOutcome As TestOutcome

Valor da propriedade

TestOutcome

O resultado do teste.

Aplica-se a