ITmi.FindTipForTestType Method

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

Syntax

'宣言
Function FindTipForTestType ( _
    type As TestType _
) As ITip
'使用
Dim instance As ITmi
Dim type As TestType
Dim returnValue As ITip

returnValue = instance.FindTipForTestType(type)
ITip FindTipForTestType(
    TestType type
)
ITip^ FindTipForTestType(
    TestType^ type
)
function FindTipForTestType(
    type : TestType
) : ITip

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.Common.ITip

Permissions

See Also

Reference

ITmi Interface

ITmi Members

Microsoft.VisualStudio.TestTools.Common Namespace