Compartilhar via


Método TestAndCategoryPair.ToTestListCategoryId

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

Retorna um TestListCategoryId 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 ToTestListCategoryId ( _
    pair As TestAndCategoryPair _
) As TestListCategoryId
public static TestListCategoryId ToTestListCategoryId(
    TestAndCategoryPair pair
)
public:
static TestListCategoryId^ ToTestListCategoryId(
    TestAndCategoryPair^ pair
)
static member ToTestListCategoryId : 
        pair:TestAndCategoryPair -> TestListCategoryId 
public static function ToTestListCategoryId(
    pair : TestAndCategoryPair
) : TestListCategoryId

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
Um objeto de ID de categoria de lista de teste.

Segurança do .NET Framework

Consulte também

Referência

TestAndCategoryPair Classe

Namespace Microsoft.VisualStudio.TestTools.Common

TestListCategoryId