Freigeben über


TestResultMessage.TestType-Eigenschaft

Ruft den Typ des zugeordneten Tests ab oder legt diesen fest.

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

Syntax

'Declaration
<VisiblePropertyAttribute> _
<GroupingPropertyAttribute> _
Public Property TestType As TestType
    Get
    Set
[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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.Common.TestType
Der Typ des zugeordneten Tests.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestResultMessage Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace

TestType