ITextView::TextSnapshot Property
Visual Studio 2015
Gets the ITextSnapshot of the text that is currently rendered in the view.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
This snapshot is identical to the CurrentSnapshot of TextBuffer, except when handling a Changed event on that buffer.
Show: