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