IDifferenceViewer.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).