IVsDifferenceLegendElementProvider.CreateLegendElement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.