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.

ITestRunBase::CopyTestSettings Method (ITestSettings^)

 

Copy the test settings and associate it to the test run.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

void CopyTestSettings(
	ITestSettings^ settings
)

Parameters

settings
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestSettings^

Test Settings to save with run.

This method copies settings object to the TestSettings property and set TestSettingsId to settings.Id. If settings.Id is zero, TestSettingsId will be zero, which means the run does not use a public test settings.

Return to top
Show: