BaseTuip Constructor
Initializes a new instance of the BaseTuip class by using the provided service provider that is specific to the desired test type.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Protected Sub New ( _
isp As IServiceProvider _
)
protected BaseTuip(
IServiceProvider isp
)
protected:
BaseTuip(
IServiceProvider^ isp
)
new :
isp:IServiceProvider -> BaseTuip
protected function BaseTuip(
isp : IServiceProvider
)
Parameters
isp
Type: System.IServiceProviderAn IServiceProvider object.
.NET Framework Security
- 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.