ITextBufferEdit::Snapshot Property

 

Gets a snapshot of the ITextBuffer at the time this object was created.

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

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

Property Value

Type: Microsoft.VisualStudio.Text::ITextSnapshot^

A snapshot of the ITextBuffer at the time this object was created.

Return to top
Show: