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
- pair
Tipo: Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair
A TestAndCategoryPair objeto.
Valor de retorno
Tipo: Microsoft.VisualStudio.TestTools.Common.TestId
Um objeto de ID de teste.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.