IVsDifferenceLegendElementProvider.CreateLegendElement Method
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
'Declaración
Function CreateLegendElement ( _
codeWindow As IVsDifferenceCodeWindow _
) As FrameworkElement
FrameworkElement CreateLegendElement(
IVsDifferenceCodeWindow codeWindow
)
FrameworkElement^ CreateLegendElement(
IVsDifferenceCodeWindow^ codeWindow
)
abstract CreateLegendElement :
codeWindow:IVsDifferenceCodeWindow -> FrameworkElement
function CreateLegendElement(
codeWindow : IVsDifferenceCodeWindow
) : FrameworkElement
Parameters
- codeWindow
Type: Microsoft.VisualStudio.Editor.IVsDifferenceCodeWindow
Return Value
Type: System.Windows.FrameworkElement
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.