IDifferenceBuffer2.InnerLeftDataModel 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 actual ITextDataModel for the BaseLeftBuffer. This value is only meaningful if HasFixedBaseLeftBuffer is false. Set InnerLeftDataModel to null to set the difference buffer's BaseLeftBuffer to null.
public:
property Microsoft::VisualStudio::Text::ITextDataModel ^ InnerLeftDataModel { Microsoft::VisualStudio::Text::ITextDataModel ^ get(); void set(Microsoft::VisualStudio::Text::ITextDataModel ^ value); };
public Microsoft.VisualStudio.Text.ITextDataModel InnerLeftDataModel { get; set; }
member this.InnerLeftDataModel : Microsoft.VisualStudio.Text.ITextDataModel with get, set
Public Property InnerLeftDataModel As ITextDataModel