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
pair
Type: Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPairA TestAndCategoryPair object.
Return Value
Type: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
The value of the CategoryId property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.