IVsDifferenceLegendElementProvider Interface
Visual Studio 2015
Creates a FrameworkElement that is displayed in the legend margin of the difference code window.
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
| Name | Description | |
|---|---|---|
![]() | CreateLegendElement(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.
Show:
