ITextViewModel.DataModel Property

Definition

The ITextDataModel that supplies the DataBuffer and the governing IContentType for the view.

public:
 property Microsoft::VisualStudio::Text::ITextDataModel ^ DataModel { Microsoft::VisualStudio::Text::ITextDataModel ^ get(); };
public:
 property Microsoft::VisualStudio::Text::ITextDataModel ^ DataModel { Microsoft::VisualStudio::Text::ITextDataModel ^ get(); };
public Microsoft.VisualStudio.Text.ITextDataModel DataModel { get; }
member this.DataModel : Microsoft.VisualStudio.Text.ITextDataModel
Public ReadOnly Property DataModel As ITextDataModel

Property Value

The ITextDataModel that supplies the DataBuffer and the governing IContentType for the view

Applies to