TestRunConfiguration.GetTestTypeSpecificData, méthode
Retourne des données d'extension de configuration d'exécution spécifique au test (clone) pour le type spécifié.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public Function GetTestTypeSpecificData ( _
testType As TestType _
) As ITestTypeSpecificRunConfigurationData
public ITestTypeSpecificRunConfigurationData GetTestTypeSpecificData(
TestType testType
)
public:
ITestTypeSpecificRunConfigurationData^ GetTestTypeSpecificData(
TestType^ testType
)
member GetTestTypeSpecificData :
testType:TestType -> ITestTypeSpecificRunConfigurationData
public function GetTestTypeSpecificData(
testType : TestType
) : ITestTypeSpecificRunConfigurationData
Paramètres
- testType
Type : Microsoft.VisualStudio.TestTools.Common.TestType
Type de test pour lequel les données de configuration de série de tests spécifiques au type de test sont demandées.
Valeur de retour
Type : Microsoft.VisualStudio.TestTools.Common.ITestTypeSpecificRunConfigurationData
Données de configuration de série de tests spécifiques au type de test.Null s'il n'existe aucune donnée pour ce type de test.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.