Repository5.Resolve, méthode
Résolvez 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, _
newProperties As PropertyValue(), _
<OutAttribute> ByRef undoOperations As StreamingCollection(Of GetOperation), _
<OutAttribute> ByRef resolvedConflicts As StreamingCollection(Of Conflict), _
itemPropertyFilters As String(), _
itemAttributeFilters As String(), _
maxClientPathLength As Integer, _
<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,
PropertyValue[] newProperties,
out StreamingCollection<GetOperation> undoOperations,
out StreamingCollection<Conflict> resolvedConflicts,
string[] itemPropertyFilters,
string[] itemAttributeFilters,
int maxClientPathLength,
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.
- newProperties
Type : array<Microsoft.TeamFoundation.Framework.Server.PropertyValue[]
- 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>%
- itemPropertyFilters
Type : array<System.String[]
Liste des noms de propriété à retourner avec les ops get.
- itemAttributeFilters
Type : array<System.String[]
Liste de noms d'attributs à retourner avec les ops get.
- maxClientPathLength
Type : System.Int32
Longueur prise en charge de chemin d'accès au serveur de client maximale.
- 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