Tip.TestType (Propiedad)

Obtiene un objeto TestType que identifica el tipo de prueba.

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

Sintaxis

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

Tipo: Microsoft.VisualStudio.TestTools.Common.TestType
Un objeto TestType que identifica el tipo de prueba.

Implementaciones

ITip.TestType

Seguridad de .NET Framework

Vea también

Referencia

Tip Clase

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

TestType