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
- settings
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSettings
An ITestSettings object to save together with the test run.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.