The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestCaseFailedEventArgs::FailureType Property
Gets or sets the type of failure, if any.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
public: property TestCaseFailureType FailureType { [CompilerGeneratedAttribute] TestCaseFailureType get(); [CompilerGeneratedAttribute] private: void set(TestCaseFailureType value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.Execution::TestCaseFailureTypeOne of the TestCaseFailureType values.
Legacy Code Example
Show: