IVersionControlService.Sync, méthode
Espace de noms : Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly : Microsoft.VisualStudio.TeamFoundation.VersionControl (dans Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntaxe
'Déclaration
Function Sync ( _
items As String(), _
count As Integer, _
includeAllFilesUnder As String, _
versionStr As String, _
options As VersionControlGetFlags, _
recursion As VersionControlRecursionType _
) As Integer
int Sync(
string[] items,
int count,
string includeAllFilesUnder,
string versionStr,
VersionControlGetFlags options,
VersionControlRecursionType recursion
)
Paramètres
- items
Type : array<System.String[]
- count
Type : System.Int32
- includeAllFilesUnder
Type : System.String
- versionStr
Type : System.String
Valeur de retour
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IVersionControlService Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl, espace de noms