TestAndCategoryPair.ToTestId(TestAndCategoryPair) Méthode

Définition

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

Retours

TestId

Objet d'ID de test.

S’applique à