DifferenceViewerRoles Class

 

The text view roles associated with an IDifferenceViewer.

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

System.Object
  Microsoft.VisualStudio.Text.Differencing.DifferenceViewerRoles

public static class DifferenceViewerRoles

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDiffTextViewRole

The text view role for any view owned by an IDifferenceViewer.

System_CAPS_pubfieldSystem_CAPS_staticInlineViewTextViewRole

The text view role for the InlineView.

System_CAPS_pubfieldSystem_CAPS_staticLeftViewTextViewRole

The text view role for the LeftView.

System_CAPS_pubfieldSystem_CAPS_staticRightViewTextViewRole

The text view role for the RightView.

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

Return to top
Show: