TestAndCategoryPair.Implicit Operator

Definition

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.

C++
public:
 static operator Microsoft::VisualStudio::TestTools::Common::TestId ^(Microsoft::VisualStudio::TestTools::Common::TestAndCategoryPair ^ pair);

Parameters

Returns

The value of the TestId property.

Applies to

Visual Studio SDK 2022 i inne wersje
Produkt Wersje
Visual Studio SDK 2017, 2019, 2022

Implicit(TestAndCategoryPair to TestListCategoryId)

Represents an implicit operator when comparing a TestAndCategoryPair object with a TestListCategoryId object.

C++
public:
 static operator Microsoft::VisualStudio::TestTools::Common::TestListCategoryId ^(Microsoft::VisualStudio::TestTools::Common::TestAndCategoryPair ^ pair);

Parameters

Returns

The value of the CategoryId property.

Applies to

Visual Studio SDK 2022 i inne wersje
Produkt Wersje
Visual Studio SDK 2017, 2019, 2022