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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.