DifferenceViewerRoles Class

Definition

The text view roles associated with an IDifferenceViewer.

public ref class DifferenceViewerRoles abstract sealed
public ref class DifferenceViewerRoles abstract sealed
class DifferenceViewerRoles abstract sealed
public static class DifferenceViewerRoles
type DifferenceViewerRoles = class
Public Class DifferenceViewerRoles
Inheritance
DifferenceViewerRoles

Fields

DiffTextViewRole

The text view role for any view owned by an IDifferenceViewer when the underlying difference buffer will never have a null BaseLeftBuffer.

InlineViewTextViewRole

The text view role for the InlineView when the underlying difference buffer will never have a null BaseLeftBuffer.

LeftViewTextViewRole

The text view role for the LeftView when the underlying difference buffer will never have a null BaseLeftBuffer.

RightViewTextViewRole

The text view role for the RightView when the underlying difference buffer will never have a null BaseLeftBuffer.

UbiquitousDiffTextViewRole

The text view role for any view owned by an IDifferenceViewer when the underlying difference buffer supports a null BaseLeftBuffer.

UbiquitousInlineViewTextViewRole

The text view role for the InlineView when the underlying difference buffer supports a null BaseLeftBuffer.

UbiquitousLeftViewTextViewRole

The text view role for the LeftView when the underlying difference buffer supports a null BaseLeftBuffer.

UbiquitousRightViewTextViewRole

The text view role for the RightView when the underlying difference buffer supports a null BaseLeftBuffer.

Applies to