Share via


HighlightMode Property

The highlight mode of the InlineHost.

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

Syntax

'Declaration
Property HighlightMode As DifferenceHighlightMode
    Get
    Set
'Usage
Dim instance As IDifferenceViewer
Dim value As DifferenceHighlightMode

value = instance.HighlightMode

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

Property Value

Type: Microsoft.VisualStudio.Data.Tools.Delta..::..DifferenceHighlightMode

See Also

Reference

IDifferenceViewer Interface

Microsoft.VisualStudio.Data.Tools.Delta Namespace