Compartir a través de


TestElement.TestType (Propiedad)

Cuando se reemplaza en una clase derivada, obtiene el tipo de esta prueba.

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

Sintaxis

'Declaración
<UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")> _
<GroupingPropertyAttribute> _
<PropertyWindowAttribute> _
Public MustOverride ReadOnly Property TestType As TestType
[UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute]
public abstract TestType TestType { get; }
[UserVisiblePropertyAttribute(L"{748C7CC5-7A39-42e6-A74A-D010BD143D01}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute]
public:
virtual property TestType^ TestType {
    TestType^ get () abstract;
}
[<UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")>]
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute>]
abstract TestType : TestType with get
abstract function get TestType () : TestType

Valor de propiedad

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

Implementaciones

ITestElement.TestType

Seguridad de .NET Framework

Vea también

Referencia

TestElement Clase

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