Sdílet prostřednictvím


ISnapshotDifference.RightBufferSnapshot Property

Definition

The snapshot of the right buffer used to compute this difference.

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

Property Value

The snapshot of the right buffer used to compute this difference.

Applies to