Condividi tramite


Proprietà TestElement.TestType

Sottoposta a override in una classe derivata, ottiene il tipo di questo test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
<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

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.Common.TestType
Tipo di questo test.

Implementa

ITestElement.TestType

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestElement Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common