IElisionBuffer::CurrentSnapshot Property

 

Gets the current snapshot of this elision buffer.

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

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

Property Value

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

The current snapshot of this elision buffer.

Return to top
Show: