TestAndCategoryPair.Implicit Operator
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.
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. |
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
Visual Studio SDK 2022 i inne wersje
Produkt | Wersje |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |
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.
Applies to
Visual Studio SDK 2022 i inne wersje
Produkt | Wersje |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |