Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Enumeration Outcome
'Usage
Dim instance As Outcome
public enum Outcome
public enum class Outcome
public enum Outcome
Members
| Member name | Description | |
|---|---|---|
| Pass | Indicates that the Web test passed. | |
| Fail | Indicates that the Web test failed. |