Tip.TestType Property

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

Syntax

'宣言
Public MustOverride ReadOnly Property TestType As TestType
'使用
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

Permissions

See Also

Reference

Tip Class

Tip Members

Microsoft.VisualStudio.TestTools.Common Namespace