DiffOutput.Output-Methode
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public MustOverride Sub Output ( _
original As IList(Of DiffLine), _
modified As IList(Of DiffLine), _
diffList As IDiffChange() _
)
public abstract void Output(
IList<DiffLine> original,
IList<DiffLine> modified,
IDiffChange[] diffList
)
Parameter
- original
Typ: System.Collections.Generic.IList<DiffLine>
- modified
Typ: System.Collections.Generic.IList<DiffLine>
- diffList
Typ: array<IDiffChange[]
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.