IDifferenceBuffer::CurrentInlineBufferSnapshot Property

 

Gets or sets the snapshot of the InlineBuffer that corresponds to the state at which CurrentSnapshotDifference is current.

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

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

Property Value

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

The snapshot of the InlineBuffer that corresponds to the state at which CurrentSnapshotDifference is current.

This snapshot is null if < CurrentSnapshotDifference is null.

Return to top
Show: