TestAndCategoryPair.ToTestListCategoryId (Método)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Devuelve un objeto TestListCategoryId utilizando el objeto TestAndCategoryPair proporcionado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
Objeto de identificador de categoría de lista de pruebas.

Seguridad de .NET Framework

Vea también

Referencia

TestAndCategoryPair Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

TestListCategoryId