TestAndCategoryPair.ToTestId(TestAndCategoryPair) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un objet TestId à l'aide de l'objet TestAndCategoryPair fourni.
public:
static Microsoft::VisualStudio::TestTools::Common::TestId ^ ToTestId(Microsoft::VisualStudio::TestTools::Common::TestAndCategoryPair ^ pair);
public static Microsoft.VisualStudio.TestTools.Common.TestId ToTestId (Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair pair);
static member ToTestId : Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair -> Microsoft.VisualStudio.TestTools.Common.TestId
Public Shared Function ToTestId (pair As TestAndCategoryPair) As TestId
Paramètres
- pair
- TestAndCategoryPair
Objet TestAndCategoryPair.
Retours
Objet d'ID de test.