IVsDifferenceLegendElementProvider::CreateLegendElement Method (IVsDifferenceCodeWindow^)

 

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

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

FrameworkElement^ CreateLegendElement(
	IVsDifferenceCodeWindow^ codeWindow
)

Parameters

codeWindow
Type: Microsoft.VisualStudio.Editor::IVsDifferenceCodeWindow^

The code window in which the legend will be displayed.

Return Value

Type: System.Windows::FrameworkElement^

A FrameworkElement to display, or null.

Return to top
Show: