ElisionSourceSpansChangedEventArgs Classe

Définition

Fournit des données sur une transaction de modification sur un IElisionBuffer dans lequel le jeu d’étendues de sources masquées a changé.

public ref class ElisionSourceSpansChangedEventArgs : Microsoft::VisualStudio::Text::TextContentChangedEventArgs
public class ElisionSourceSpansChangedEventArgs : Microsoft.VisualStudio.Text.TextContentChangedEventArgs
type ElisionSourceSpansChangedEventArgs = class
    inherit TextContentChangedEventArgs
Public Class ElisionSourceSpansChangedEventArgs
Inherits TextContentChangedEventArgs
Héritage

Constructeurs

ElisionSourceSpansChangedEventArgs(IProjectionSnapshot, IProjectionSnapshot, NormalizedSpanCollection, NormalizedSpanCollection, Object)

Initialise une nouvelle instance d'un objet ElisionSourceSpansChangedEventArgs.

Propriétés

After

État du IProjectionBuffer juste après le changement.

AfterVersion

Obtient la ITextVersion associée à After.

(Hérité de TextSnapshotChangedEventArgs)
Before

État du IProjectionBuffer avant le changement.

BeforeVersion

Obtient ITextVersion associé à Before.

(Hérité de TextSnapshotChangedEventArgs)
Changes

Obtient le jeu de modifications qui se sont produites.

(Hérité de TextContentChangedEventArgs)
EditTag

Obtient un objet arbitraire fourni par l’initiateur des modifications.

(Hérité de TextSnapshotChangedEventArgs)
ElidedSpans

Jeu des étendues de sources insérées dans le IProjectionBuffer par cette transaction de modification.

ExpandedSpans

Jeu des étendues de sources supprimées du IProjectionBuffer par cette transaction de modification.

Options

Obtient les options de modification qui ont été appliquées à cette modification.

(Hérité de TextContentChangedEventArgs)

S’applique à