Share via


TestElement.TestType Property

Definition

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

public:
 abstract property Microsoft::VisualStudio::TestTools::Common::TestType ^ TestType { Microsoft::VisualStudio::TestTools::Common::TestType ^ get(); };
[Microsoft.VisualStudio.TestTools.Common.GroupingProperty]
[Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_TestType_PropertyDescription")]
[Microsoft.VisualStudio.TestTools.Common.PropertyWindow]
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_TestType")]
[Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")]
public abstract Microsoft.VisualStudio.TestTools.Common.TestType TestType { get; }
[<Microsoft.VisualStudio.TestTools.Common.GroupingProperty>]
[<Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_TestType_PropertyDescription")>]
[<Microsoft.VisualStudio.TestTools.Common.PropertyWindow>]
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_TestType")>]
[<Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")>]
member this.TestType : Microsoft.VisualStudio.TestTools.Common.TestType
Public MustOverride ReadOnly Property TestType As TestType

Property Value

The type of this test.

Implements

Attributes

Applies to