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)
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Community Additions
Show: