TextViewLayoutChangedEventArgs.OldSnapshot Property
Gets the old snapshot of the view. Deprecated.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
'Declaration
Public ReadOnly Property OldSnapshot As ITextSnapshot
public ITextSnapshot OldSnapshot { get; }
public:
property ITextSnapshot^ OldSnapshot {
ITextSnapshot^ get ();
}
member OldSnapshot : ITextSnapshot with get
function get OldSnapshot () : ITextSnapshot
Type: Microsoft.VisualStudio.Text.ITextSnapshot
The old snapshot of the view.
Deprecated. Use OldViewState.EditSnapshot instead.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.