Sdílet prostřednictvím


TestCaseFailedEventArgs.FailureType – vlastnost

Získá nebo nastaví typ selhání, pokud existuje.

Obor názvů:  Microsoft.VisualStudio.TestTools.Execution
Sestavení:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Deklarace
Public Property FailureType As TestCaseFailureType
    Get
    Private Set
public TestCaseFailureType FailureType { get; private set; }
public:
property TestCaseFailureType FailureType {
    TestCaseFailureType get ();
    private: void set (TestCaseFailureType value);
}
member FailureType : TestCaseFailureType with get, private set
function get FailureType () : TestCaseFailureType
private function set FailureType (value : TestCaseFailureType)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.Execution.TestCaseFailureType
Jeden z TestCaseFailureType hodnoty.

Příklady

TestCaseFailureType

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

TestCaseFailedEventArgs Třída

Microsoft.VisualStudio.TestTools.Execution – obor názvů