IDifferenceBuffer, interface
Espace de noms : Microsoft.VisualStudio.Text.Differencing
Assembly : Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)
Syntaxe
'Déclaration
Public Interface IDifferenceBuffer _
Inherits IDisposable, IPropertyOwner
public interface IDifferenceBuffer : IDisposable,
IPropertyOwner
public interface class IDifferenceBuffer : IDisposable,
IPropertyOwner
type IDifferenceBuffer =
interface
interface IDisposable
interface IPropertyOwner
end
public interface IDifferenceBuffer extends IDisposable, IPropertyOwner
Le type IDifferenceBuffer expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
BaseLeftBuffer | ||
BaseRightBuffer | ||
CurrentInlineBufferSnapshot | ||
CurrentSnapshotDifference | ||
DifferenceOptions | ||
InlineBuffer | ||
IsEditingDisabled | ||
LeftBuffer | ||
Options | ||
Properties | Obtient la collection de propriétés contrôlées par le propriétaire. (Hérité de IPropertyOwner.) | |
RightBuffer |
Début
Méthodes
Nom | Description | |
---|---|---|
AddIgnoreDifferencePredicate | ||
AddSnapshotLineTransform | ||
Dispose | Exécute les tâches définies par l'application associées à la libération ou à la redéfinition des ressources non managées. (Hérité de IDisposable.) | |
RemoveIgnoreDifferencePredicate | ||
RemoveSnapshotLineTransform |
Début
Événements
Nom | Description | |
---|---|---|
SnapshotDifferenceChanged | ||
SnapshotDifferenceChanging |
Début