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
声明
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.Type
 The type of the ITestElement.
- serviceType
 Type: System.Type
 The 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.