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.

TestRunConfigurationId Constructor (Guid)

 

Initializes a new instance of the TestRunConfigurationId class by using the provided Guid.

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

public:
TestRunConfigurationId(
	Guid id
)

Parameters

id
Type: System::Guid

A Guid object.

Return to top
Show: