TextViewLayoutChangedEventArgs.OldSnapshot Property

Definition

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.

Applies to