Compartir a través de


TestResultMessage.TestType (Propiedad)

Obtiene o establece el tipo de la prueba asociada.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
<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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Common.TestType
El tipo de la prueba asociada.

Seguridad de .NET Framework

Vea también

Referencia

TestResultMessage Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

TestType