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.

TestElement::TestType Property

 

When overridden in a derived class, gets the type of this test.

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

public:
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")]
[PropertyWindowAttribute]
property TestType^ TestType {
	virtual TestType^ get() abstract;
}

Property Value

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

The type of this test.

Return to top
Show: