TestAndCategoryPair Implicit Conversion (TestAndCategoryPair to TestListCategoryId)

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 TestListCategoryId 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 TestListCategoryId
public static implicit operator TestListCategoryId (
    TestAndCategoryPair pair
)
static implicit operator TestListCategoryId^ (
    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.TestListCategoryId
The value of the CategoryId property.

.NET Framework Security

See Also

Reference

TestAndCategoryPair Class

Implicit Overload

Microsoft.VisualStudio.TestTools.Common Namespace

CategoryId