ProvideTipAttribute Constructor
Initializes a new instance of the ProvideTipAttribute class.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public Sub New ( _
testType As Type, _
serviceType As Type _
)
public ProvideTipAttribute(
Type testType,
Type serviceType
)
public:
ProvideTipAttribute(
Type^ testType,
Type^ serviceType
)
new :
testType:Type *
serviceType:Type -> ProvideTipAttribute
public function ProvideTipAttribute(
testType : Type,
serviceType : Type
)
Parameters
testType
Type: System.TypeThe type of the ITestElement.
serviceType
Type: System.TypeThe type of the IServiceProvider for the ITip.
.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.