Freigeben über


TeamFoundationFileContainerService.CopyFiles-Methode

Kopiert die Quelldatei (Element1) zur Zieldatei (Item) in der Liste von Tupeln unter folgenden Bedingungen: - Alle Quellen vorhanden - eindeutige alle Ziele nicht vorhanden und sind

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function CopyFiles ( _
    requestContext As TeamFoundationRequestContext, _
    containerId As Long, _
    sourcesAndTargets As IList(Of Tuple(Of String, String)) _
) As List(Of FileContainerItem)
public List<FileContainerItem> CopyFiles(
    TeamFoundationRequestContext requestContext,
    long containerId,
    IList<Tuple<string, string>> sourcesAndTargets
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<FileContainerItem>

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationFileContainerService Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace