Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Tip::TestType Property

 

Gets a TestType object that identifies the type of test.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
property TestType^ TestType {
	virtual TestType^ get() abstract;
}

Property Value

Type: Microsoft.VisualStudio.TestTools.Common::TestType^

A TestType object that identifies the type of test.

Implements

ITip::TestType
Return to top
Show: