ITestManagementTeamProject.DeleteAttachments Method
Deletes the given attachments.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub DeleteAttachments ( _
attachments As IEnumerable(Of ITestAttachment) _
)
void DeleteAttachments(
IEnumerable<ITestAttachment> attachments
)
void DeleteAttachments(
IEnumerable<ITestAttachment^>^ attachments
)
abstract DeleteAttachments :
attachments:IEnumerable<ITestAttachment> -> unit
function DeleteAttachments(
attachments : IEnumerable<ITestAttachment>
)
Parameters
attachments
Type: IEnumerable<ITestAttachment>List of attachments to delete
.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.