TestAndCategoryPair.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Implicit(TestAndCategoryPair to TestId) |
Represents an implicit operator when comparing a TestAndCategoryPair object with a TestId object. |
Implicit(TestAndCategoryPair to TestListCategoryId) |
Represents an implicit operator when comparing a TestAndCategoryPair object with a TestListCategoryId object. |
Implicit(TestAndCategoryPair to TestId)
Represents an implicit operator when comparing a TestAndCategoryPair object with a TestId object.
public:
static operator Microsoft::VisualStudio::TestTools::Common::TestId ^(Microsoft::VisualStudio::TestTools::Common::TestAndCategoryPair ^ pair);
public static implicit operator Microsoft.VisualStudio.TestTools.Common.TestId (Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair pair);
static member op_Implicit : Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair -> Microsoft.VisualStudio.TestTools.Common.TestId
Public Shared Widening Operator CType (pair As TestAndCategoryPair) As TestId
Parameters
- pair
- TestAndCategoryPair
A TestAndCategoryPair object.
Returns
The value of the TestId property.
Applies to
Implicit(TestAndCategoryPair to TestListCategoryId)
Represents an implicit operator when comparing a TestAndCategoryPair object with a TestListCategoryId object.
public:
static operator Microsoft::VisualStudio::TestTools::Common::TestListCategoryId ^(Microsoft::VisualStudio::TestTools::Common::TestAndCategoryPair ^ pair);
public static implicit operator Microsoft.VisualStudio.TestTools.Common.TestListCategoryId (Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair pair);
static member op_Implicit : Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair -> Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
Public Shared Widening Operator CType (pair As TestAndCategoryPair) As TestListCategoryId
Parameters
- pair
- TestAndCategoryPair
A TestAndCategoryPair object.
Returns
The value of the CategoryId property.