IProjectionBufferBase::CurrentSnapshot Property

 

Gets the current snapshot of the contents of the projection buffer.

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

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

Property Value

Type: Microsoft.VisualStudio.Text.Projection::IProjectionSnapshot^

The current snapshot of the contents of the projection buffer.

Return to top
Show: