IDifferenceViewer3.DisplayDifferences 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.
Should the differences be displayed?
public:
property bool DisplayDifferences { bool get(); };
public bool DisplayDifferences { get; }
member this.DisplayDifferences : bool
Public ReadOnly Property DisplayDifferences As Boolean
Property Value
Remarks
This will be true if and only if there is a baseline and if the ShowDifferencesId option is true.
ViewModeChanged will be raised whenever this value changes.