PreContentChangedEventArgs::BeforeSnapshot Property
Visual Studio 2015
Gets the text snapshot before the change.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
public: property ITextSnapshot^ BeforeSnapshot { [CompilerGeneratedAttribute] ITextSnapshot^ get(); [CompilerGeneratedAttribute] private: void set(ITextSnapshot^ value); }
Property Value
Type: Microsoft.VisualStudio.Text::ITextSnapshot^The text snapshot before the change.
Show: