Propriedade TestElement.TestType
Quando substituído em uma classe derivada, obtém o tipo desse teste.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")> _
<PropertyWindowAttribute> _
Public MustOverride ReadOnly Property TestType As TestType
Get
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")]
[PropertyWindowAttribute]
public abstract TestType TestType { get; }
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{748C7CC5-7A39-42e6-A74A-D010BD143D01}")]
[PropertyWindowAttribute]
public:
virtual property TestType^ TestType {
TestType^ get () abstract;
}
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")>]
[<PropertyWindowAttribute>]
abstract TestType : TestType
abstract function get TestType () : TestType
Valor de propriedade
Tipo: Microsoft.VisualStudio.TestTools.Common.TestType
O tipo desse teste.
Implementações
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.