ISnapshotDifference.RightBufferSnapshot 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 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.