다음을 통해 공유


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.

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

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

Returns

The value of the CategoryId property.

Applies to