TextSnapshotChangedEventArgs.Before Property
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.
Gets the state of the ITextBuffer before the change occurred.
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ Before { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ Before { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.ITextSnapshot Before { get; }
member this.Before : Microsoft.VisualStudio.Text.ITextSnapshot
Public ReadOnly Property Before As ITextSnapshot
Property Value
The state of the ITextBuffer before the change occurred.