TestExecutionSettings Constructor (TestExecutionSettings)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Protected Sub New ( _
    copy As TestExecutionSettings _
)
protected TestExecutionSettings(
    TestExecutionSettings copy
)
protected:
TestExecutionSettings(
    TestExecutionSettings^ copy
)
new : 
        copy:TestExecutionSettings -> TestExecutionSettings
protected function TestExecutionSettings(
    copy : TestExecutionSettings
)

Parameters

.NET Framework Security

See Also

Reference

TestExecutionSettings Class

TestExecutionSettings Overload

Microsoft.VisualStudio.TestTools.Vsip Namespace