Repository5.AddConflict, méthode
Espace de noms : Microsoft.TeamFoundation.VersionControl.Server
Assembly : Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Sub AddConflict ( _
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 Integer _
)
[WebMethodAttribute]
public void AddConflict(
string workspaceName,
string ownerName,
ConflictType conflictType,
int itemId,
int versionFrom,
int pendingChangeId,
string sourceLocalItem,
string targetLocalItem,
int reason,
int maxClientPathLength
)
Paramètres
- workspaceName
Type : System.String
- ownerName
Type : System.String
- conflictType
Type : Microsoft.TeamFoundation.VersionControl.Server.ConflictType
- itemId
Type : System.Int32
- versionFrom
Type : System.Int32
- pendingChangeId
Type : System.Int32
- sourceLocalItem
Type : System.String
- targetLocalItem
Type : System.String
- reason
Type : System.Int32
- maxClientPathLength
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
Microsoft.TeamFoundation.VersionControl.Server, espace de noms