Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
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.IServiceProvider
An 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.