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 | |
---|---|---|
AddedLine | An added line. | |
AddedWord | An added word. | |
HelpLink | A help link. | |
RemovedLine | A line that has been removed. | |
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.