PreContentChangedEventArgs.BeforeSnapshot 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 text snapshot before the change.
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ BeforeSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ BeforeSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.ITextSnapshot BeforeSnapshot { get; }
member this.BeforeSnapshot : Microsoft.VisualStudio.Text.ITextSnapshot
Public ReadOnly Property BeforeSnapshot As ITextSnapshot
Property Value
The text snapshot before the change.