Compartilhar via


Propriedade Tip.TestType

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

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
    Get
public abstract TestType TestType { get; }
public:
virtual property TestType^ TestType {
    TestType^ get () abstract;
}
abstract TestType : TestType
abstract function get TestType () : TestType

Valor de propriedade

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

Implementações

ITip.TestType

Segurança do .NET Framework

Consulte também

Referência

Tip Classe

Namespace Microsoft.VisualStudio.TestTools.Common

TestType