PreContentChangedEventArgs.BeforeSnapshot Property

Definition

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.

Applies to