IDifferenceBuffer.CurrentInlineBufferSnapshot Property

Definition

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

public:
 property Microsoft::VisualStudio::Text::Projection::IProjectionSnapshot ^ CurrentInlineBufferSnapshot { Microsoft::VisualStudio::Text::Projection::IProjectionSnapshot ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Projection::IProjectionSnapshot ^ CurrentInlineBufferSnapshot { Microsoft::VisualStudio::Text::Projection::IProjectionSnapshot ^ get(); };
public Microsoft.VisualStudio.Text.Projection.IProjectionSnapshot CurrentInlineBufferSnapshot { get; }
member this.CurrentInlineBufferSnapshot : Microsoft.VisualStudio.Text.Projection.IProjectionSnapshot
Public ReadOnly Property CurrentInlineBufferSnapshot As IProjectionSnapshot

Property Value

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

Remarks

Will be null if CurrentSnapshotDifference is null.

Applies to