ElisionSourceSpansChangedEventArgs Class

Definition

Provides data about an edit transaction on a IElisionBuffer in which the set of hidden source spans has changed.

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
Inheritance

Constructors

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

Initialize a new instance of an ElisionSourceSpansChangedEventArgs object.

Properties

After

The state of the IProjectionBuffer after the change.

AfterVersion

Gets the ITextVersionn associated with After.

(Inherited from TextSnapshotChangedEventArgs)
Before

The state of the IProjectionBuffer before the change occurred.

BeforeVersion

Gets the ITextVersion associated with Before.

(Inherited from TextSnapshotChangedEventArgs)
Changes

Gets the set of changes that occurred.

(Inherited from TextContentChangedEventArgs)
EditTag

Gets an arbitrary object provided by the initiator of the changes.

(Inherited from TextSnapshotChangedEventArgs)
ElidedSpans

The set of source spans that were inserted into the IProjectionBuffer by this edit transaction.

ExpandedSpans

The set of source spans that were deleted from the IProjectionBuffer by this edit transaction.

Options

Gets the edit options that were applied to this change.

(Inherited from TextContentChangedEventArgs)

Applies to