RepositoryExtensions.Resolve, méthode
Résout un conflit spécifique avec une résolution spécifique. Cela est appelé pour get, le Checkin, et les conflits de fusion.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Server
Assembly : Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Function Resolve ( _
workspaceName As String, _
ownerName As String, _
conflictId As Integer, _
resolution As Resolution, _
newPath As String, _
encoding As Integer, _
lockLevel As LockLevel, _
<OutAttribute> ByRef undoOperations As StreamingCollection(Of GetOperation), _
<OutAttribute> ByRef resolvedConflicts As StreamingCollection(Of Conflict), _
propertyNameFilters As String(), _
<OutAttribute> ByRef changePendedFlags As Integer _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> Resolve(
string workspaceName,
string ownerName,
int conflictId,
Resolution resolution,
string newPath,
int encoding,
LockLevel lockLevel,
out StreamingCollection<GetOperation> undoOperations,
out StreamingCollection<Conflict> resolvedConflicts,
string[] propertyNameFilters,
out int changePendedFlags
)
Paramètres
- workspaceName
Type : System.String
Nom de l'espace de travail.
- ownerName
Type : System.String
Le propriétaire de l'espace de travail.
- conflictId
Type : System.Int32
L'ID de conflit à résoudre.
- resolution
Type : Microsoft.TeamFoundation.VersionControl.Server.Resolution
Comment dépanner le conflit.
- newPath
Type : System.String
Un nouveau nom de l'élément été en conflit.
- encoding
Type : System.Int32
Un nouvel encodage pour l'élément.
- lockLevel
Type : Microsoft.TeamFoundation.VersionControl.Server.LockLevel
Le LockLevel à utiliser pour les modifications récemment pended.
- undoOperations
Type : Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>%
L'ensemble d'opérations d'annulation qui doivent être exécutées.
- resolvedConflicts
Type : Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Conflict>%
- propertyNameFilters
Type : array<System.String[]
Liste de propriétés à retourner avec les opération d'extraction.
- changePendedFlags
Type : System.Int32%
Valeur de retour
Type : Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
Ensemble de GetOperations qui doit être traité.
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