DiffSegment.Convert, méthode
Espace de noms : Microsoft.TeamFoundation.VersionControl.Common
Assembly : Microsoft.TeamFoundation.VersionControl.Common (dans Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntaxe
'Déclaration
Public Shared Function Convert ( _
diffList As IDiffChange(), _
originalLength As Integer, _
modifiedLength As Integer _
) As DiffSegment
public static DiffSegment Convert(
IDiffChange[] diffList,
int originalLength,
int modifiedLength
)
Paramètres
- diffList
Type : array<IDiffChange[]
- originalLength
Type : System.Int32
- modifiedLength
Type : System.Int32
Valeur de retour
Type : Microsoft.TeamFoundation.VersionControl.Common.DiffSegment
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.Common, espace de noms