Freigeben über


IVersionControlService.Delete-Methode

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

Syntax

'Declaration
Function Delete ( _
    items As String(), _
    count As Integer, _
    recursivePendingChangesScan As Boolean, _
    <OutAttribute> ByRef numberDeleted As Integer _
) As Integer
int Delete(
    string[] items,
    int count,
    bool recursivePendingChangesScan,
    out int numberDeleted
)

Parameter

Rückgabewert

Typ: System.Int32
Gibt Int32 zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVersionControlService Schnittstelle

Microsoft.VisualStudio.TeamFoundation.VersionControl-Namespace