TextSnapshotChangedEventArgs Class
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 information about a transaction on a ITextBuffer that causes a new ITextSnapshot to be generated.
public ref class TextSnapshotChangedEventArgs abstract : EventArgs
public abstract class TextSnapshotChangedEventArgs : EventArgs
type TextSnapshotChangedEventArgs = class
inherit EventArgs
Public MustInherit Class TextSnapshotChangedEventArgs
Inherits EventArgs
- Inheritance
-
TextSnapshotChangedEventArgs
- Derived
This is the base class for classes such as ContentTypeChangedEventArgs and TextContentChangedEventArgs.
Text |
Initializes a new instance of a TextSnapshotChangedEventArgs for a Change event. |
After |
Gets the state of the ITextBuffer after the change. |
After |
Gets the ITextVersionn associated with After. |
Before |
Gets the state of the ITextBuffer before the change occurred. |
Before |
Gets the ITextVersion associated with Before. |
Edit |
Gets an arbitrary object provided by the initiator of the changes. |
Προϊόν | Εκδόσεις |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |