TestOutcomeHelper.IsAbort Method

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
Public Shared Function IsAbort ( _
    outcome As TestOutcome _
) As Boolean
'使用
Dim outcome As TestOutcome
Dim returnValue As Boolean

returnValue = TestOutcomeHelper.IsAbort(outcome)
public static bool IsAbort(
    TestOutcome outcome
)
public:
static bool IsAbort(
    TestOutcome outcome
)
public static function IsAbort(
    outcome : TestOutcome
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

TestOutcomeHelper Class

TestOutcomeHelper Members

Microsoft.VisualStudio.TestTools.Common Namespace