Share via


Tip.TestType Property

Gets a TestType object that identifies the type of test.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property TestType As TestType
public abstract TestType TestType { get; }
public:
virtual property TestType^ TestType {
    TestType^ get () abstract;
}
abstract TestType : TestType
abstract function get TestType () : TestType

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestType
A TestType object that identifies the type of test.

Implements

ITip.TestType

.NET Framework Security

See Also

Reference

Tip Class

Microsoft.VisualStudio.TestTools.Common Namespace

TestType