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)

public:
property ITextSnapshot^ OldSnapshot {
	ITextSnapshot^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::ITextSnapshot^

The old snapshot of the view.

Deprecated. Use OldViewState.EditSnapshot instead.

Return to top
Show: