Partilhar via


Método TestAndCategoryPair.ToTestId

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Retorna um TestId o objeto usando fornecida TestAndCategoryPair objeto.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.TestTools.Common.TestId
Um objeto de ID de teste.

Segurança do .NET Framework

Consulte também

Referência

TestAndCategoryPair Classe

Namespace Microsoft.VisualStudio.TestTools.Common

TestId