IDifferenceBuffer.CurrentInlineBufferSnapshot Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.