Share via


Tip.TestType Property

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
'Usage
Dim instance As Tip 
Dim value As TestType 

value = instance.TestType
public abstract TestType TestType { get; }
public:
virtual property TestType^ TestType {
    TestType^ get () abstract;
}
public abstract function get TestType () : TestType

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestType

Implements

ITip.TestType

.NET Framework Security

See Also

Reference

Tip Class

Tip Members

Microsoft.VisualStudio.TestTools.Common Namespace