IDifferenceBuffer Properties

 

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

NameDescription
System_CAPS_pubpropertyBaseLeftBuffer

Gets or sets the source of the left buffer in the difference.

System_CAPS_pubpropertyBaseRightBuffer

Gets or sets the source of the right buffer in the difference.

System_CAPS_pubpropertyCurrentInlineBufferSnapshot

Gets or sets the snapshot of the InlineBuffer that corresponds to the state at which CurrentSnapshotDifference is current.

System_CAPS_pubpropertyCurrentSnapshotDifference

Gets or sets the currently-used snapshot difference that matches up with the current snapshot of the InlineBuffer.

System_CAPS_pubpropertyDifferenceOptions

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.

System_CAPS_pubpropertyInlineBuffer

Gets or sets the top-level buffer, which contains the differences combined.

System_CAPS_pubpropertyIsEditingDisabled

Determines whether editing is disabled in this IDifferenceBuffer.

System_CAPS_pubpropertyLeftBuffer

Gets or sets the left buffer of the difference.

System_CAPS_pubpropertyOptions

Gets or sets the general difference buffer options DifferenceBufferOptions).

System_CAPS_pubpropertyProperties

(Inherited from IPropertyOwner.)

System_CAPS_pubpropertyRightBuffer

Gets or sets the right buffer in the difference.

Return to top
Show: