TestAndCategoryPair Implicit (Conversión) (TestAndCategoryPair to TestId)

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

Representa un operador implícito al comparar un objeto TestAndCategoryPair con un objeto TestId.

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

Sintaxis

'Declaración
Public Shared Widening Operator CType ( _
    pair As TestAndCategoryPair _
) As TestId
public static implicit operator TestId (
    TestAndCategoryPair pair
)
static implicit operator TestId^ (
    TestAndCategoryPair^ pair
)
F# no admite la declaración de nuevos operadores de conversión.
JScript no admite la declaración de nuevos operadores de conversión.

Parámetros

Valor devuelto

Tipo: Microsoft.VisualStudio.TestTools.Common.TestId
Valor de la propiedad TestId.

Seguridad de .NET Framework

Vea también

Referencia

TestAndCategoryPair Clase

Implicit (Sobrecarga)

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

TestId