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