Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the given attachments.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
void DeleteAttachments(
IEnumerable<ITestAttachment> attachments
)
void DeleteAttachments(
IEnumerable<ITestAttachment^>^ attachments
)
abstract DeleteAttachments :
attachments:IEnumerable<ITestAttachment> -> unit
Sub DeleteAttachments (
attachments As IEnumerable(Of ITestAttachment)
)
Parameters
attachments
Type: System.Collections.Generic.IEnumerable<ITestAttachment>List of attachments to delete
See Also
ITestManagementTeamProject Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top