ITextBuffer::CurrentSnapshot Property

 

Gets the current content of the buffer.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

property ITextSnapshot^ CurrentSnapshot {
	ITextSnapshot^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::ITextSnapshot^

The current content of the buffer.

Return to top
Show: