Freigeben über


ITmi.FindTipForTestType-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Gibt einen Testelementanbieter für den angegebenen Testtyp zurück.

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

Syntax

'Declaration
Function FindTipForTestType ( _
    type As TestType _
) As ITip
ITip FindTipForTestType(
    TestType type
)
ITip^ FindTipForTestType(
    TestType^ type
)
abstract FindTipForTestType : 
        type:TestType -> ITip 
function FindTipForTestType(
    type : TestType
) : ITip

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.TestTools.Common.ITip
Ein Testtypobjekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITmi Schnittstelle

Microsoft.VisualStudio.TestTools.Common-Namespace

TestType