ElisionSourceSpansChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
ElisionSourceSpansChangedEventArgs
Constructors
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) |