RightBufferSnapshot Property

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

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
ReadOnly Property RightBufferSnapshot As ITextSnapshot
    Get
'Usage
Dim instance As ISnapshotDifference
Dim value As ITextSnapshot

value = instance.RightBufferSnapshot
ITextSnapshot RightBufferSnapshot { get; }
property ITextSnapshot^ RightBufferSnapshot {
    ITextSnapshot^ get ();
}
abstract RightBufferSnapshot : ITextSnapshot
function get RightBufferSnapshot () : ITextSnapshot

Property Value

Type: ITextSnapshot

See Also

Reference

ISnapshotDifference Interface

Microsoft.VisualStudio.Data.Tools.Delta Namespace