Partilhar via


Propriedade TestResultMessage.TestType

Obtém ou define o tipo de teste associado.

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

Sintaxe

'Declaração
<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 propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.TestType
O tipo para o teste associado.

Segurança do .NET Framework

Consulte também

Referência

TestResultMessage Classe

Namespace Microsoft.VisualStudio.TestTools.Common

TestType