ITestElement.TestType Property

Definition

Gets the test type for this test element.

public:
 property Microsoft::VisualStudio::TestTools::Common::TestType ^ TestType { Microsoft::VisualStudio::TestTools::Common::TestType ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.TestType TestType { get; }
member this.TestType : Microsoft.VisualStudio.TestTools.Common.TestType
Public ReadOnly Property TestType As TestType

Property Value

The test type for this test element.

Applies to