Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns a value that indicates whether the test passed or failed.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
'Declaration
Public Shared Function IsTerminal ( _
outcome As TestOutcome _
) As Boolean
public static bool IsTerminal(
TestOutcome outcome
)
public:
static bool IsTerminal(
TestOutcome outcome
)
static member IsTerminal :
outcome:TestOutcome -> bool
public static function IsTerminal(
outcome : TestOutcome
) : boolean
- outcome
Type: Microsoft.VisualStudio.TestTools.Common.TestOutcome
A TestOutcome object.
Type: System.Boolean
true if the outcome indicates that the test either passed or failed; otherwise, false.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.