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
Propriété publique BaseLeftBuffer
Propriété publique BaseRightBuffer
Propriété publique CurrentInlineBufferSnapshot
Propriété publique CurrentSnapshotDifference
Propriété publique DifferenceOptions
Propriété publique InlineBuffer
Propriété publique IsEditingDisabled
Propriété publique LeftBuffer
Propriété publique Options
Propriété publique Properties Obtient la collection de propriétés contrôlées par le propriétaire. (Hérité de IPropertyOwner.)
Propriété publique RightBuffer

Début

Méthodes

  Nom Description
Méthode publique AddIgnoreDifferencePredicate
Méthode publique AddSnapshotLineTransform
Méthode publique 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.)
Méthode publique RemoveIgnoreDifferencePredicate
Méthode publique RemoveSnapshotLineTransform

Début

Événements

  Nom Description
Événement public SnapshotDifferenceChanged
Événement public SnapshotDifferenceChanging

Début

Voir aussi

Référence

Microsoft.VisualStudio.Text.Differencing, espace de noms