IVsDifferenceCodeWindow2.SupportsDiff 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.
True if the code window supports setting the baseline. If false, Baseline will be null and attempting to set it will throw an InvalidOperationException.
public:
property bool SupportsDiff { bool get(); };
public bool SupportsDiff { get; }
member this.SupportsDiff : bool
Public ReadOnly Property SupportsDiff As Boolean