Freigeben über


IVersionControlService.Move-Methode

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Function Move ( _
    srcItem As String, _
    tgtItem As String, _
    options As VersionControlMoveFlags, _
    <OutAttribute> ByRef numMoved As Integer _
) As Integer
int Move(
    string srcItem,
    string tgtItem,
    VersionControlMoveFlags options,
    out int numMoved
)

Parameter

Rückgabewert

Typ: System.Int32
Gibt Int32 zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVersionControlService Schnittstelle

Microsoft.VisualStudio.TeamFoundation.VersionControl-Namespace