IDifferenceBuffer.RightBuffer Property

Definition

The right buffer in the difference.

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

Property Value

The right buffer in the difference.

Remarks

This will either be equal to the BaseRightBuffer or it will be a projection of the BaseRightBuffer that has been made read-only. It's contents are identical to the contents of BaseRightBuffer.

Applies to