Freigeben über


ITestManagementTeamProject.DownloadAttachments-Methode

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

Syntax

'Declaration
Sub DownloadAttachments ( _
    attachments As IList(Of ITestAttachment), _
    localFiles As IList(Of String) _
)
void DownloadAttachments(
    IList<ITestAttachment> attachments,
    IList<string> localFiles
)
void DownloadAttachments(
    IList<ITestAttachment^>^ attachments, 
    IList<String^>^ localFiles
)
abstract DownloadAttachments : 
        attachments:IList<ITestAttachment> * 
        localFiles:IList<string> -> unit
function DownloadAttachments(
    attachments : IList<ITestAttachment>, 
    localFiles : IList<String>
)

Parameter

  • localFiles
    Typ: IList<String>

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestManagementTeamProject Schnittstelle

Microsoft.TeamFoundation.TestManagement.Client-Namespace