Share via


ITestRun.CopyTestSettings Method

Copies the provided test settings object to this test run.

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

Syntax

'Declaration
Sub CopyTestSettings ( _
    settings As ITestSettings _
)
void CopyTestSettings(
    ITestSettings settings
)
void CopyTestSettings(
    ITestSettings^ settings
)
abstract CopyTestSettings : 
        settings:ITestSettings -> unit 
function CopyTestSettings(
    settings : ITestSettings
)

Parameters

Remarks

This CopyTestSettings method copies the provided test settings to the TestSettings property and sets the TestSettingsId property to the ID of the provided test settings object.

.NET Framework Security

See Also

Reference

ITestRun Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestSettings

TestSettings

TestSettingsId