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
pair
Type: Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPairA TestAndCategoryPair object.
Return Value
Type: Microsoft.VisualStudio.TestTools.Common.TestId
The value of the TestId 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.