ProvideTipAttribute Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

.NET Framework Security

See Also

Reference

ProvideTipAttribute Class

Microsoft.VisualStudio.TestTools.Vsip Namespace

ITestElement

IServiceProvider

ITip