Udostępnij za pośrednictwem


ITestConfiguration.Save Method (Boolean)

Saves the new or updated test configuration settings to the server, optionally forcing the update if any existing references to this test configuration occur.

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

Syntax

'Declaration
Sub Save ( _
    updateInUse As Boolean _
)
void Save(
    bool updateInUse
)
void Save(
    bool updateInUse
)
abstract Save : 
        updateInUse:bool -> unit 
function Save(
    updateInUse : boolean
)

Parameters

  • updateInUse
    Type: System.Boolean
    true to force the update if this test configuration is already referenced by a test result; false to duplicate the behavior of the Save method.

Remarks

If this test configuration is referenced by a test result, the update will fail.

.NET Framework Security

See Also

Reference

ITestConfiguration Interface

Save Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace

Save