TextViewLayoutChangedEventArgs::NewSnapshot Property

 

Gets the new snapshot of the view.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

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

Property Value

Type: Microsoft.VisualStudio.Text::ITextSnapshot^

The new snapshot of the view.

Deprecated. Use NewViewState.EditSnapshot instead.

Return to top
Show: