TestCaseEndEvent.TestCaseOutcome Property
Gets the outcome (pass or fail result) of the test case.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
‘선언
Public Property TestCaseOutcome As Integer
Get
Private Set
public int TestCaseOutcome { get; private set; }
public:
property int TestCaseOutcome {
int get ();
private: void set (int value);
}
member TestCaseOutcome : int with get, private set
function get TestCaseOutcome () : int
private function set TestCaseOutcome (value : int)
Property Value
Type: System.Int32
.NET Framework Security
- 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.