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.

ITestTypeSpecificRunConfigurationData Interface

 

Represents an interface that must be implemented by extension objects that define test types by using test run configuration data that is specific to the test type.

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

public interface class ITestTypeSpecificRunConfigurationData : ICloneable

NameDescription
System_CAPS_pubpropertyRunConfigurationInformation

When implemented in a derived class, gets the configuration data that is specific to the custom test type and the associated test run.

NameDescription
System_CAPS_pubmethodClone()

(Inherited from ICloneable.)

Return to top
Show: