Partager via


TeamFoundationVersionControlService.AddConflict, méthode (TeamFoundationRequestContext, String, String, ConflictType, Int32, Int32, Int32, String, String, Int32, PathLength)

Ajoute un conflit local de disque à la liste du serveur de conflits de cet espace de travail.

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Server
Assembly :  Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntaxe

'Déclaration
Public Sub AddConflict ( _
    requestContext As TeamFoundationRequestContext, _
    workspaceName As String, _
    ownerName As String, _
    conflictType As ConflictType, _
    itemId As Integer, _
    versionFrom As Integer, _
    pendingChangeId As Integer, _
    sourceLocalItem As String, _
    targetLocalItem As String, _
    reason As Integer, _
    maxClientPathLength As PathLength _
)
public void AddConflict(
    TeamFoundationRequestContext requestContext,
    string workspaceName,
    string ownerName,
    ConflictType conflictType,
    int itemId,
    int versionFrom,
    int pendingChangeId,
    string sourceLocalItem,
    string targetLocalItem,
    int reason,
    PathLength maxClientPathLength
)

Paramètres

  • workspaceName
    Type : System.String
    Nom de l'espace de travail.
  • ownerName
    Type : System.String
    Le propriétaire de l'espace de travail.
  • itemId
    Type : System.Int32
    ID de l'élément associé pour ce conflit.
  • versionFrom
    Type : System.Int32
    La version dont ce conflit affecte.
  • pendingChangeId
    Type : System.Int32
    ID de la modification en attente associée pour ce conflit.
  • sourceLocalItem
    Type : System.String
    L'élément local de source.
  • reason
    Type : System.Int32
    La raison du conflit (par exemple.SourceWritable, TargetLocalPending,…)

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationVersionControlService Classe

AddConflict, surcharge

Microsoft.TeamFoundation.VersionControl.Server, espace de noms