IDifferenceViewer.Options Property

Definition

Used to get or set general difference viewer options (DifferenceViewerOptions).

public:
 property Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ Options { Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ Options { Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ get(); };
public Microsoft.VisualStudio.Text.Editor.IEditorOptions Options { get; }
member this.Options : Microsoft.VisualStudio.Text.Editor.IEditorOptions
Public ReadOnly Property Options As IEditorOptions

Property Value

The general difference viewer options (DifferenceViewerOptions).

Applies to