Condividi tramite


Proprietà TestResultMessage.TestType

ottiene o imposta il tipo per il test associato.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
<VisiblePropertyAttribute> _
<GroupingPropertyAttribute> _
Public Property TestType As TestType
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public TestType TestType { get; set; }
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public:
property TestType^ TestType {
    TestType^ get ();
    void set (TestType^ value);
}
[<VisiblePropertyAttribute>]
[<GroupingPropertyAttribute>]
member TestType : TestType with get, set
function get TestType () : TestType
function set TestType (value : TestType)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.Common.TestType
il tipo per il test associato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestResultMessage Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestType