Share via


DifferencePackageElements Class

These are the default elements of the difference code window legend. Use the names below if you want to replace one of the default elements with a customized element.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Editor.DifferencePackageElements

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

Syntax

'Declaration
Public NotInheritable Class DifferencePackageElements
public static class DifferencePackageElements
public ref class DifferencePackageElements abstract sealed
[<AbstractClass>]
[<Sealed>]
type DifferencePackageElements =  class end
public final class DifferencePackageElements

The DifferencePackageElements type exposes the following members.

Fields

  Name Description
Public fieldStatic member AddedLine An added line.
Public fieldStatic member AddedWord An added word.
Public fieldStatic member HelpLink A help link.
Public fieldStatic member RemovedLine A line that has been removed.
Public fieldStatic member RemovedWord A word that has been removed.

Top

Remarks

These elements are displayed in the following order: RemovedLine RemovedWord AddedLine AddedWord HelpLink

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Editor Namespace