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.

TestType Constructor (Guid)

 

Initializes an instance of the TestType class.

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

public:
TestType(
	Guid id
)

Parameters

id
Type: System::Guid

A GUID that uniquely identifies the type of test.

Exception Condition
ArgumentNullException

The id parameter is empty.

Return to top
Show: