IDifferenceBuffer.RightBuffer Property
Gets or sets the right buffer in the difference.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
ReadOnly Property RightBuffer As ITextBuffer
ITextBuffer RightBuffer { get; }
property ITextBuffer^ RightBuffer {
ITextBuffer^ get ();
}
abstract RightBuffer : ITextBuffer with get
function get RightBuffer () : ITextBuffer
Property Value
Type: Microsoft.VisualStudio.Text.ITextBuffer
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. Its contents are identical to the contents of BaseRightBuffer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.