Share via


IVsDifferenceLegendElementProvider.CreateLegendElement Method

Definition

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

public:
 System::Windows::FrameworkElement ^ CreateLegendElement(Microsoft::VisualStudio::Editor::IVsDifferenceCodeWindow ^ codeWindow);
public System.Windows.FrameworkElement CreateLegendElement (Microsoft.VisualStudio.Editor.IVsDifferenceCodeWindow codeWindow);
abstract member CreateLegendElement : Microsoft.VisualStudio.Editor.IVsDifferenceCodeWindow -> System.Windows.FrameworkElement
Public Function CreateLegendElement (codeWindow As IVsDifferenceCodeWindow) As FrameworkElement

Parameters

codeWindow
IVsDifferenceCodeWindow

Code window in which the legend will be displayed.

Returns

A FrameworkElement to display or null.

Applies to