ITip.TestType Property

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

Syntax

'宣言
ReadOnly Property TestType As TestType
'使用
Dim instance As ITip
Dim value As TestType

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

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestType

Permissions

See Also

Reference

ITip Interface

ITip Members

Microsoft.VisualStudio.TestTools.Common Namespace