DifferenceOptions Property

Used to get or set the options used in differencing the two buffers.

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Property DifferenceOptions As StringDifferenceOptions
    Get
    Set
'Usage
Dim instance As IDifferenceBuffer
Dim value As StringDifferenceOptions

value = instance.DifferenceOptions

instance.DifferenceOptions = value
StringDifferenceOptions DifferenceOptions { get; set; }
property StringDifferenceOptions DifferenceOptions {
    StringDifferenceOptions get ();
    void set (StringDifferenceOptions value);
}
abstract DifferenceOptions : StringDifferenceOptions with get, set
function get DifferenceOptions () : StringDifferenceOptions
function set DifferenceOptions (value : StringDifferenceOptions)

Property Value

Type: StringDifferenceOptions

See Also

Reference

IDifferenceBuffer Interface

Microsoft.VisualStudio.Data.Tools.Delta Namespace