IDifferenceViewer2.RightViewExists 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.
Does the right view exist?
public:
property bool RightViewExists { bool get(); };
public bool RightViewExists { get; }
member this.RightViewExists : bool
Public ReadOnly Property RightViewExists As Boolean
Property Value
Remarks
Differences views are created lazily RightView will create the view if it does not already exist.