Partilhar via


Método IVersionControlService.AddToEnlistment

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

Sintaxe

'Declaração
Function AddToEnlistment ( _
    itemsToAdd As String(), _
    count As Integer, _
    <OutAttribute> ByRef addedItems As String(), _
    <OutAttribute> ByRef numAdded As Integer _
) As Integer
int AddToEnlistment(
    string[] itemsToAdd,
    int count,
    out string[] addedItems,
    out int numAdded
)

Parâmetros

Valor de retorno

Tipo: System.Int32
Retorna Int32.

Segurança do .NET Framework

Consulte também

Referência

IVersionControlService Interface

Namespace Microsoft.VisualStudio.TeamFoundation.VersionControl