IVsDifferenceLegendElementProvider Interface

 

Creates a FrameworkElement that is displayed in the legend margin of the difference code window.

Namespace:   Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

public interface IVsDifferenceLegendElementProvider

NameDescription
System_CAPS_pubmethodCreateLegendElement(IVsDifferenceCodeWindow)

Creates a FrameworkElement that will be displayed in the legend of the difference code window.

This is a MEF Component and can be exported as follows:

[Export(typeof(IVsDifferenceLegendElementFactory))]
    [Name(...)]
     [Replaces(...)]
     [Order(After = ..., Before = ...)]
     [TextViewRole(...)]

The [Replaces(...)] attribute is optional. If specified, it indicates that this provider replaces the specified provider.

Return to top
Show: