TestAndCategoryPair.ToTestId, 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 objet TestId à l'aide de l'objet TestAndCategoryPair fourni.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public Shared Function ToTestId ( _
pair As TestAndCategoryPair _
) As TestId
public static TestId ToTestId(
TestAndCategoryPair pair
)
public:
static TestId^ ToTestId(
TestAndCategoryPair^ pair
)
static member ToTestId :
pair:TestAndCategoryPair -> TestId
public static function ToTestId(
pair : TestAndCategoryPair
) : TestId
Paramètres
pair
Type : Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPairObjet TestAndCategoryPair.
Valeur de retour
Type : Microsoft.VisualStudio.TestTools.Common.TestId
Objet d'ID 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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.