IDifferenceBuffer2.LeftDataModel 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 ITextDataModel for the BaseLeftBuffer. This can be created even if BaseLeftBuffer is null.
public:
property Microsoft::VisualStudio::Text::ITextDataModel ^ LeftDataModel { Microsoft::VisualStudio::Text::ITextDataModel ^ get(); };
public Microsoft.VisualStudio.Text.ITextDataModel LeftDataModel { get; }
member this.LeftDataModel : Microsoft.VisualStudio.Text.ITextDataModel
Public ReadOnly Property LeftDataModel As ITextDataModel