IVersionControlService.Delete Method

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
)
int Delete(
    [InAttribute] array<String^>^ items, 
    int count, 
    [InAttribute] bool recursivePendingChangesScan, 
    [OutAttribute] int% numberDeleted
)
abstract Delete : 
        items:string[] * 
        count:int * 
        recursivePendingChangesScan:bool * 
        numberDeleted:int byref -> int
function Delete(
    items : String[], 
    count : int, 
    recursivePendingChangesScan : boolean, 
    numberDeleted : int
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IVersionControlService Interface

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace