ITextView.TextSnapshot Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ITextSnapshot of the text that is currently rendered in the view.
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ TextSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITextSnapshot ^ TextSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.ITextSnapshot TextSnapshot { get; }
member this.TextSnapshot : Microsoft.VisualStudio.Text.ITextSnapshot
Public ReadOnly Property TextSnapshot As ITextSnapshot
Property Value
The text snapshot.
Remarks
This snapshot will be identical to the CurrentSnapshot of TextBuffer, except when handling a Changed event on that buffer.