Share via


TestElement.TestType Property

When overridden in a derived class, gets the type of this test.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")> _
<PropertyWindowAttribute> _
Public MustOverride ReadOnly Property TestType As TestType
[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

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestType
The type of this test.

Implements

ITestElement.TestType

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace