Share via


TestAndCategoryPair Implicit Conversion (TestAndCategoryPair to TestId)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents an implicit operator when comparing a TestAndCategoryPair object with a TestId object.

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

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    pair As TestAndCategoryPair _
) As TestId
public static implicit operator TestId (
    TestAndCategoryPair pair
)
static implicit operator TestId^ (
    TestAndCategoryPair^ pair
)
F# does not support the declaration of new casting operators.
JScript does not support the declaration of new casting operators.

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.Common.TestId
The value of the TestId property.

.NET Framework Security

See Also

Reference

TestAndCategoryPair Class

Implicit Overload

Microsoft.VisualStudio.TestTools.Common Namespace

TestId