ProvideServiceForTestTypeAttribute Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the ProvideServiceForTestTypeAttribute class by using the provided test type and service type.

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

public:
ProvideServiceForTestTypeAttribute(
	Type^ testType, 
	Type^ serviceType
)

Parameters

testType
Type: System::Type

The Type of the custom ITestElement for which to provide services.

serviceType
Type: System::Type

The Type of the IServiceProvider to provide.

Community Additions

Show: