TextViewLayoutChangedEventArgs.NewSnapshot Property

Definition

Gets the new snapshot produced by the changed layout.

public:
 property Microsoft::VisualStudio::Text::ITextSnapshot ^ NewSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public:
 property Microsoft::VisualStudio::Text::ITextSnapshot ^ NewSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.ITextSnapshot NewSnapshot { get; }
member this.NewSnapshot : Microsoft.VisualStudio.Text.ITextSnapshot
Public ReadOnly Property NewSnapshot As ITextSnapshot

Property Value

The new snapshot of the view.

Remarks

Deprecated. Use NewViewState.EditSnapshot instead.

Applies to