IVsDifferenceCodeWindow2.Baseline 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.
The baseline used for the computing differences. Can be null.
public:
property Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer ^ Baseline { Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer ^ get(); void set(Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer ^ value); };
public Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer Baseline { get; set; }
member this.Baseline : Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer with get, set
Public Property Baseline As IVsTextBuffer