Partager via


ITmi.FindTipForTestType, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Retourne un fournisseur d'éléments de test pour le type de test spécifié.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.TestTools.Common.ITip
Objet de type de test.

Sécurité .NET Framework

Voir aussi

Référence

ITmi Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestType