Partilhar via


Propriedade Tip.TestType

Obtém um TestType o objeto que identifica o tipo de teste.

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

Sintaxe

'Declaração
Public MustOverride ReadOnly Property TestType As TestType
public abstract TestType TestType { get; }
public:
virtual property TestType^ TestType {
    TestType^ get () abstract;
}
abstract TestType : TestType with get
abstract function get TestType () : TestType

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.TestType
A TestType o objeto que identifica o tipo de teste.

Implementações

ITip.TestType

Segurança do .NET Framework

Consulte também

Referência

Tip Classe

Namespace Microsoft.VisualStudio.TestTools.Common

TestType