DifferenceViewerRoles Class
The text view roles associated with an IDifferenceViewer.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Text.Differencing.DifferenceViewerRoles
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public NotInheritable Class DifferenceViewerRoles
public static class DifferenceViewerRoles
public ref class DifferenceViewerRoles abstract sealed
[<AbstractClass>]
[<Sealed>]
type DifferenceViewerRoles = class end
public final class DifferenceViewerRoles
The DifferenceViewerRoles type exposes the following members.
Fields
Name | Description | |
---|---|---|
DiffTextViewRole | The text view role for any view owned by an IDifferenceViewer. | |
InlineViewTextViewRole | The text view role for the InlineView. | |
LeftViewTextViewRole | The text view role for the LeftView. | |
RightViewTextViewRole | The text view role for the RightView. |
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.