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