IDifferenceBuffer Properties
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | BaseLeftBuffer | Gets or sets the source of the left buffer in the difference. |
![]() | BaseRightBuffer | Gets or sets the source of the right buffer in the difference. |
![]() | CurrentInlineBufferSnapshot | Gets or sets the snapshot of the InlineBuffer that corresponds to the state at which CurrentSnapshotDifference is current. |
![]() | CurrentSnapshotDifference | Gets or sets the currently-used snapshot difference that matches up with the current snapshot of the InlineBuffer. |
![]() | DifferenceOptions | Gets or sets the options used in differencing the two buffers. These options are used in calls to the IHierarchicalStringDifferenceService that performs the actual comparison. |
![]() | InlineBuffer | Gets or sets the top-level buffer, which contains the differences combined. |
![]() | IsEditingDisabled | Determines whether editing is disabled in this IDifferenceBuffer. |
![]() | LeftBuffer | Gets or sets the left buffer of the difference. |
![]() | Options | Gets or sets the general difference buffer options DifferenceBufferOptions). |
![]() | Properties | (Inherited from IPropertyOwner.) |
![]() | RightBuffer | Gets or sets the right buffer in the difference. |
