ITextView.VisualSnapshot 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 visual buffer that is being rendered.
public:
 property Microsoft::VisualStudio::Text::ITextSnapshot ^ VisualSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };public:
 property Microsoft::VisualStudio::Text::ITextSnapshot ^ VisualSnapshot { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); };public Microsoft.VisualStudio.Text.ITextSnapshot VisualSnapshot { get; }member this.VisualSnapshot : Microsoft.VisualStudio.Text.ITextSnapshotPublic ReadOnly Property VisualSnapshot As ITextSnapshotProperty Value
The text snapshot.
Remarks
This snapshot should not be used in any method that requires a position in the text buffer, since those positions refer to TextSnapshot.