IDifferenceBuffer.BaseRightBuffer Property
Gets or sets the source of 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 BaseRightBuffer As ITextBuffer
ITextBuffer BaseRightBuffer { get; }
property ITextBuffer^ BaseRightBuffer {
ITextBuffer^ get ();
}
abstract BaseRightBuffer : ITextBuffer with get
function get BaseRightBuffer () : ITextBuffer
Property Value
Type: Microsoft.VisualStudio.Text.ITextBuffer
The source of the right buffer in the difference.
.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.