ITestPlan.Delete Method (DeleteAction)
Deletes this test plan and all test runs and test points that are associated with it.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
void Delete(
DeleteAction action
)
void Delete(
DeleteAction action
)
abstract Delete :
action:DeleteAction -> unit
Sub Delete (
action As DeleteAction
)
Parameters
action
Type: Microsoft.TeamFoundation.TestManagement.Client.DeleteActionA member of the DeleteAction enumeration that indicates whether to force the deletion, even when some test results are associated with this test plan.
See Also
DeleteAction
Delete Overload
ITestPlan Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top