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

.NET Framework Security

See Also

Reference

BaseTuip Class

Microsoft.VisualStudio.TestTools.Vsip Namespace

IServiceProvider