IDifferenceBuffer.DifferenceOptions Property

Definition

Used to get or set the options used in differencing the two buffers. These options are used in calls to the IHierarchicalStringDifferenceService that performs the actual comparison.

public:
 property Microsoft::VisualStudio::Text::Differencing::StringDifferenceOptions DifferenceOptions { Microsoft::VisualStudio::Text::Differencing::StringDifferenceOptions get(); void set(Microsoft::VisualStudio::Text::Differencing::StringDifferenceOptions value); };
public Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions DifferenceOptions { get; set; }
member this.DifferenceOptions : Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions with get, set
Public Property DifferenceOptions As StringDifferenceOptions

Property Value

The options used in differencing the two buffers.

Applies to