IDifferenceBuffer.LeftBuffer Property
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Déclaration
ReadOnly Property LeftBuffer As ITextBuffer
ITextBuffer LeftBuffer { get; }
property ITextBuffer^ LeftBuffer {
ITextBuffer^ get ();
}
abstract LeftBuffer : ITextBuffer
function get LeftBuffer () : ITextBuffer
Property Value
Type: Microsoft.VisualStudio.Text.ITextBuffer
.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.