TestElement.TestType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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