ISnapshotDifference.InlineBufferSnapshot Property

Definition

The snapshot generated for the inline buffer for this difference.

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

Property Value

The snapshot generated for the inline buffer for this difference.

Applies to