Share via


DeltaConstants Class

Constants associated with Delta services, such as the text view roles associated with an IDifferenceViewer.

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Delta..::..DeltaConstants

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Public NotInheritable Class DeltaConstants
'Usage
public static class DeltaConstants
public ref class DeltaConstants abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DeltaConstants =  class end
public final class DeltaConstants

The DeltaConstants type exposes the following members.

Fields

  Name Description
Public fieldStatic member DataModelPropertyKey The key to get the DataModel
Public fieldStatic member DifferenceBufferPropertyKey The key to get the difference buffer
Public fieldStatic member DiffTextViewRole The text view role for any view owned by an IDifferenceViewer.
Public fieldStatic member InlineViewTextViewRole The text view role for the InlineHost.
Public fieldStatic member LeftViewTextViewRole The text view role for the LeftHost.
Public fieldStatic member RightViewTextViewRole The text view role for the RightHost.

Top

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.Data.Tools.Delta Namespace