TextViewLayoutChangedEventArgs.OldSnapshot 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 old snapshot of the view.
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ OldSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ OldSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.ITextSnapshot OldSnapshot { get; }
member this.OldSnapshot : Microsoft.VisualStudio.Text.ITextSnapshot
Public ReadOnly Property OldSnapshot As ITextSnapshot
Property Value
The old snapshot of the view.
Remarks
Deprecated. Use OldViewState.EditSnapshot instead.