IDifferenceBuffer.RightBuffer 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 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.