TestRunConfiguration.GetTestTypeSpecificData, méthode
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
Valeur de retour
Type : Microsoft.VisualStudio.TestTools.Common.ITestTypeSpecificRunConfigurationData
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.