ITextBuffer.CurrentSnapshot Property

Definition

Gets the current content of the buffer.

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

Property Value

Applies to