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)

public:
ProvideTipAttribute(
	Type^ testType, 
	Type^ serviceType
)

Parameters

testType
Type: System::Type

The type of the ITestElement.

serviceType
Type: System::Type

The type of the IServiceProvider for the ITip.

Community Additions

Show: